Fix spacing of the function parameter descriptions in the Doxygen documentation.
[pub/USBasp.git] / LUFA / Drivers / Board / LEDs.h
index 5e6a4cd..f34041e 100644 (file)
                
                /** Toggles all LEDs in the LED mask, leaving all others in their current states.
                 *
-                *  \param[in] LEDMask Mask of the board LEDs to manipulate (see board-specific LEDs.h driver file)
+                *  \param[in] LEDMask  Mask of the board LEDs to manipulate (see board-specific LEDs.h driver file)
                 */
                static inline void LEDs_ToggleLEDs(const uint8_t LEDMask);