]> git.ipfire.org Git - thirdparty/util-linux.git/commit
pipesz: fix minor coding style issues
authorKarel Zak <kzak@redhat.com>
Wed, 18 May 2022 08:41:00 +0000 (10:41 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 18 May 2022 08:41:00 +0000 (10:41 +0200)
commit410b261cce8294653c03cb678f61512fa52e81e8
tree8d1760443fcbf702d781ed6ddfd16587953c5759
parent80af57ed9edf153d26b5ace9a283c24cb5a22762
pipesz: fix minor coding style issues

* remove tailing white spaces
* use {} for while()
* fix --help indention

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/pipesz.c