ordered variables in structs and source files alphabetically
This commit is contained in:
parent
e743836541
commit
bf35794507
7 changed files with 71 additions and 78 deletions
4
draw.c
4
draw.c
|
@ -8,7 +8,7 @@
|
|||
#include <string.h>
|
||||
#include <X11/Xlocale.h>
|
||||
|
||||
/* static functions */
|
||||
/* static */
|
||||
|
||||
static void
|
||||
drawborder(void)
|
||||
|
@ -90,7 +90,7 @@ drawtext(const char *text, Bool invert, Bool border)
|
|||
}
|
||||
}
|
||||
|
||||
/* extern functions */
|
||||
/* extern */
|
||||
|
||||
void
|
||||
drawall()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue