Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

leds: rb532: cleanup whitespace

Trivial cleanup removing empty line at wrong place.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

-1
-1
drivers/leds/leds-rb532.c
··· 21 21 { 22 22 if (brightness) 23 23 set_latch_u5(LO_ULED, 0); 24 - 25 24 else 26 25 set_latch_u5(0, LO_ULED); 27 26 }