Add missing function attributes to the pipe/endpoint functions for all architectures.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / Audio.c
index 986e73f..f18db74 100644 (file)
@@ -88,9 +88,7 @@ bool Audio_Device_ConfigureEndpoints(USB_ClassInfo_Audio_Device_t* const AudioIn
                }
 
                if (!(Endpoint_ConfigureEndpoint(EndpointNum, Type, Direction, Size, ENDPOINT_BANK_DOUBLE)))
-               {
-                       return false;
-               }
+                 return false;
        }
 
        return true;