Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
cf0fb79
)
dmenu: style improvements
author
Hiltjo Posthuma <
[email protected]
>
Sun, 27 Sep 2015 21:57:39 +0000
(23:57 +0200)
committer
Hiltjo 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