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

tools: gpio-hammer: Apply scripts/Lindent and retain good changes

"retain good changes" means that I left the help string split up instead
of having this weird thing where it tries to merge together the last three
lines and it looks **really** bad

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

authored by

Gabriel Ravier and committed by
Bartosz Golaszewski
1003bc16 ee203bbd

+1 -1
+1 -1
tools/gpio/gpio-hammer.c
··· 77 77 78 78 fprintf(stdout, "[%c] ", swirr[j]); 79 79 j++; 80 - if (j == sizeof(swirr)-1) 80 + if (j == sizeof(swirr) - 1) 81 81 j = 0; 82 82 83 83 fprintf(stdout, "[");