ordered variables in structs and source files alphabetically

This commit is contained in:
Anselm R. Garbe
2006-07-17 09:12:29 +02:00
parent e743836541
commit bf35794507
7 changed files with 71 additions and 78 deletions

4
draw.c
View File

@ -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()