<div dir="ltr"><div dir="ltr"><div><br></div><div dir="ltr"><div><div>Variable initialization to start of blocks</div><div>Space after if,for,while:   if() -> if ()</div><div>Space after comma on function calls:</div><div>        write(fd,buf,count); -> write(fd, buf, count);</div><div>Spaces surrounding variable initialization</div><div>Pointer * binding to variable instead of type: int* i  -> int *i</div><div>Spaces surrounding compare operators</div><div>No spaces surrounding arimetic operators</div><div>Some aligntment whitespace fixes</div><div><br></div><div>Still messy and needs more cleanup, but there is bigger issues to solve</div><div>first.</div></div><div><div>---</div><div> toys/pending/vi.c | 369 +++++++++++++++++++++++-----------------------</div><div> 1 file changed, 186 insertions(+), 183 deletions(-)</div></div><div><br></div></div></div></div>