summaryrefslogtreecommitdiff
path: root/keyboard/planck/led.c
diff options
context:
space:
mode:
authorWilba6582 <Jason.S.Wiliams@gmail.com>2015-03-17 00:56:41 +1100
committerWilba6582 <Jason.S.Wiliams@gmail.com>2015-03-17 00:56:41 +1100
commit65680819df13585a563296f008be1a4b0ee8045a (patch)
tree43cca92abade8a08b0ed77a7f6765414ed574ac9 /keyboard/planck/led.c
parentb80b6b369c5ecb5c7232edf1e8cebe8c12078d6e (diff)
Replaced tabs with spaces to match TMK convention.
Diffstat (limited to 'keyboard/planck/led.c')
-rw-r--r--keyboard/planck/led.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/planck/led.c b/keyboard/planck/led.c
index 448df2ccfb..1f36434883 100644
--- a/keyboard/planck/led.c
+++ b/keyboard/planck/led.c
@@ -22,8 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
void led_set(uint8_t usb_led)
{
- // Using PE6 Caps Lock LED
- if (usb_led & (1<<USB_LED_CAPS_LOCK))
+ // Using PE6 Caps Lock LED
+ if (usb_led & (1<<USB_LED_CAPS_LOCK))
{
// Output high.
DDRE |= (1<<6);