Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
c8e9479
)
Function declarations in correct order.
author
Christopher Drelich <
[email protected]
>
Wed, 2 May 2018 22:09:50 +0000
(18:09 -0400)
committer
Hiltjo Posthuma <
[email protected]
>
Sat, 12 May 2018 17:19:20 +0000
(19:19 +0200)
In dwm.c function declarations are in alphabetical order except for
updategeom(). There doesn't appear to be any reason for this, so this
patch corrects that, and now all function declarations are in
alphabetical order.
No differences found