time(1): miscellaneous style(9) tweaks
authorcheloha <cheloha@openbsd.org>
Sun, 15 Oct 2023 18:20:25 +0000 (18:20 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 15 Oct 2023 18:20:25 +0000 (18:20 +0000)
commitf351c3aa13657cb1c4c7acab079228ae303c76cf
tree76041797484ec42c90e8a02723ae8315bf01cbb0
parent120efa54c38c017bdbbaf768cb71fa6421be6fad
time(1): miscellaneous style(9) tweaks

Use a space after keywords, binary operators require spaces, second-level
indents are four spaces, remove some extraneous parentheses and empty lines,
fill empty loop bodies with a "continue" statement.

No binary change.
usr.bin/time/time.c