mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>
This commit is contained in:
committed by
Bartosz Golaszewski
parent
ee203bbd63
commit
1003bc1648
@@ -77,7 +77,7 @@ int hammer_device(const char *device_name, unsigned int *lines, int nlines,
|
||||
|
||||
fprintf(stdout, "[%c] ", swirr[j]);
|
||||
j++;
|
||||
if (j == sizeof(swirr)-1)
|
||||
if (j == sizeof(swirr) - 1)
|
||||
j = 0;
|
||||
|
||||
fprintf(stdout, "[");
|
||||
|
||||
Reference in New Issue
Block a user