Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Formatting commit :(
[slstatus.git]
/
slstatus.h
diff --git
a/slstatus.h
b/slstatus.h
index
7d0d887
..
f09b3bc
100644
(file)
--- a/
slstatus.h
+++ b/
slstatus.h
@@
-6,9
+6,9
@@
static Display *dpy;
/* statusbar configuration type and struct */
typedef char *(*op_fun) (const char *);
struct arg {
- op_fun func;
- const char *format;
- const char *args;
+
op_fun func;
+
const char *format;
+
const char *args;
};
/* functions */