diff mbox series

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

Message ID 20200316195048.2592199-1-gabravier@gmail.com
State New
Headers show
Series gpio-hammer: Apply scripts/Lindent and retain good changes | expand

Commit Message

Gabriel Ravier March 16, 2020, 7:50 p.m. UTC
"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>
---
 tools/gpio/gpio-hammer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartosz Golaszewski March 17, 2020, 1:50 p.m. UTC | #1
pon., 16 mar 2020 o 20:50 Gabriel Ravier <gabravier@gmail.com> napisaƂ(a):
>
> "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>
> ---
>  tools/gpio/gpio-hammer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/gpio/gpio-hammer.c b/tools/gpio/gpio-hammer.c
> index 0e0060a6eb34..51a65f8149ea 100644
> --- a/tools/gpio/gpio-hammer.c
> +++ b/tools/gpio/gpio-hammer.c
> @@ -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, "[");
> --
> 2.24.1
>

Patch applied, thanks!

Bartosz
diff mbox series

Patch

diff --git a/tools/gpio/gpio-hammer.c b/tools/gpio/gpio-hammer.c
index 0e0060a6eb34..51a65f8149ea 100644
--- a/tools/gpio/gpio-hammer.c
+++ b/tools/gpio/gpio-hammer.c
@@ -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, "[");