]> git.armaanb.net Git - dmenu.git/commit
dmenu: style improvements
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 27 Sep 2015 21:57:39 +0000 (23:57 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 27 Sep 2015 21:57:39 +0000 (23:57 +0200)
commitcf0fb79cd8303f6d1089b7e919add4b0fc8d9069
tree53e72eeabe7824b94cb17ff4d67b1a0654c1f75c
parent03cb1ec55abebb6355858f582d68e33dabcfe6f5
dmenu: style improvements

- 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
dmenu.c