aboutsummaryrefslogtreecommitdiff
path: root/lib/xwrap.c
diff options
context:
space:
mode:
authorJarno Mäkipää <jmakip87@gmail.com>2019-03-24 18:45:27 +0200
committerRob Landley <rob@landley.net>2019-03-24 15:58:49 -0500
commit0f64c80264634c353e7a4fa91cb27d4fd7b32b3a (patch)
treede03e742ed069350bdcb4c64b81eea3d91afbadc /lib/xwrap.c
parentc898d6ea73e368a48a4448704ae4a8931314be46 (diff)
downloadtoybox-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 'lib/xwrap.c')
0 files changed, 0 insertions, 0 deletions