diff options
author | Jarno Mäkipää <jmakip87@gmail.com> | 2019-03-24 18:45:27 +0200 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-24 15:58:49 -0500 |
commit | 0f64c80264634c353e7a4fa91cb27d4fd7b32b3a (patch) | |
tree | de03e742ed069350bdcb4c64b81eea3d91afbadc /toys/posix | |
parent | c898d6ea73e368a48a4448704ae4a8931314be46 (diff) | |
download | toybox-0f64c80264634c353e7a4fa91cb27d4fd7b32b3a.tar.gz |
vi: Code style cleanup
Variable initialization to start of blocks
Space after if,for,while: if() -> if ()
Space after comma on function calls:
write(fd,buf,count); -> write(fd, buf, count);
Spaces surrounding variable initialization
Pointer * binding to variable instead of type: int* i -> int *i
Spaces surrounding compare operators
No spaces surrounding arimetic operators
Some aligntment whitespace fixes
Still messy and needs more cleanup, but there is bigger issues to solve
first.
Diffstat (limited to 'toys/posix')
0 files changed, 0 insertions, 0 deletions