1
0
mirror of git://git.suckless.org/dwm synced 2025-07-26 09:42:11 -07:00

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
util.c
View File

@@ -10,7 +10,7 @@
#include <sys/wait.h>
#include <unistd.h>
/* static functions */
/* static */
static void
bad_malloc(unsigned int size)
@@ -20,7 +20,7 @@ bad_malloc(unsigned int size)
exit(1);
}
/* extern functions */
/* extern */
void *
emallocz(unsigned int size)