]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/SonyNEWS/scan_loop.c
Fix whitespace
[kiibohd-controller.git] / Scan / SonyNEWS / scan_loop.c
index a09e0137d05853e95add9c53b4b6626b83afb146..fd8e3b15e4d10736b4d227b7598da65997204c8d 100644 (file)
@@ -92,7 +92,7 @@ inline void Scan_setup()
        // Configured as a Pull-up Input - This pin "can" be read as well, it will go to GND when the "Power On" switch is pressed, and will read ~5V otherwise
        // XXX Currently not used by the controller
        POWR_DDR  &= ~(1 << POWR_POS);
-       POWR_PORT |= (1 << POWR_POS); 
+       POWR_PORT |= (1 << POWR_POS);
 
        // Reset the keyboard before scanning, we might be in a wierd state
        scan_resetKeyboard();