From: Hiltjo Posthuma Date: Sun, 27 Sep 2015 21:57:39 +0000 (+0200) Subject: dmenu: style improvements X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/cf0fb79cd8303f6d1089b7e919add4b0fc8d9069?hp=cf0fb79cd8303f6d1089b7e919add4b0fc8d9069 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 ---