Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pipes,...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Endpoint.c
index 15cb9d0..22579af 100644 (file)
@@ -139,7 +139,7 @@ uint8_t Endpoint_Discard_Stream(uint16_t Length
 #if !defined(NO_STREAM_CALLBACKS)
                                 , StreamCallbackPtr_t Callback
 #endif
-                                                               )
+                                )
 {
        uint8_t  ErrorCode;