From 46e0966ae666a194643d6bae00f26c223a6b08c6 Mon Sep 17 00:00:00 2001 From: retic1337 <cameronbanna@gmail.com> Date: Tue, 29 Dec 2020 18:46:50 -0800 Subject: [PATCH] Formatting --- app/drivers/led/is31fl3733/is31fl3733.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/drivers/led/is31fl3733/is31fl3733.c b/app/drivers/led/is31fl3733/is31fl3733.c index b452d0b5..3bd1c3ae 100644 --- a/app/drivers/led/is31fl3733/is31fl3733.c +++ b/app/drivers/led/is31fl3733/is31fl3733.c @@ -27,7 +27,7 @@ * green, and the led in position (SW3,CS1) to the value of * blue. Before this is ran the 3 corresponding leds need * to be turned on first with the led_on call. - */ + */ #include <drivers/i2c.h> #include <drivers/led.h>