Xinqi Bao's Git

dmenu: style improvements
authorHiltjo Posthuma <[email protected]>
Sun, 27 Sep 2015 21:57:39 +0000 (23:57 +0200)
committerHiltjo Posthuma <[email protected]>
Sun, 27 Sep 2015 21:57:39 +0000 (23:57 +0200)
- move main to bottom, usage above main.
- dont use variable names with function prototypes.
- space before if, for, while, etc: 'if(' -> 'if ('.

this makes the code-style more consistent


No differences found