Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() callback...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / Endpoint.h
index 2a8344b..d7dbc3e 100644 (file)
                        static inline bool Endpoint_IsINReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE;
                        static inline bool Endpoint_IsINReady(void)
                        {
-                               return ((UEINTX & (1 << TXINI))  ? true : false);
+                               return ((UEINTX & (1 << TXINI)) ? true : false);
                        }
                        
                        /** Determines if the selected OUT endpoint has received new packet.