Xinqi Bao's Git

coding style (global variables)
authorAaron Marcher <[email protected]>
Mon, 12 Sep 2016 10:12:11 +0000 (12:12 +0200)
committerAaron Marcher (drkhsh) <[email protected]>
Mon, 12 Sep 2016 10:12:11 +0000 (12:12 +0200)
slstatus.c

index 76f0518..e38b963 100644 (file)
@@ -37,8 +37,6 @@ struct arg {
        const char *args;
 };
 
-static unsigned short int delay;
-
 static char *smprintf(const char *, ...);
 static char *battery_perc(const char *);
 static char *cpu_perc(void);
@@ -65,6 +63,7 @@ static char *vol_perc(const char *);
 static char *wifi_perc(const char *);
 static char *wifi_essid(const char *);
 
+static unsigned short int delay;
 static Display *dpy;
 
 #include "config.h"