gpioset: put local variables of the same type on a single line
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 9 Dec 2022 09:26:08 +0000 (10:26 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 9 Dec 2022 09:26:08 +0000 (10:26 +0100)
commit458ac155ec72f29a8ad43bbf41741fa31059ae7b
tree616123633df774c1ff69432dd6ee2f35e87e7250
parent66af3e1af80aa65698baef7251c7beb8e05a7639
gpioset: put local variables of the same type on a single line

Unless it hurts readability, try to keep the variables of the same type
on the same line.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tools/gpioset.c