summaryrefslogtreecommitdiff
path: root/slstatus.h
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-08-16 11:41:43 +0200
committerAaron Marcher (drkhsh) <info@nulltime.net>2016-08-16 11:41:43 +0200
commitad8ab20c638998f71e9eb01c54820231db9a1079 (patch)
treeef27c270e8c9cd84526b8e6a07d28f2940ccbddc /slstatus.h
parentec35376127557bdaa8ffcac874da61554dc04460 (diff)
Formatting commit :(
I know formatting commits suck... And I try to avoid them. But this commit was absolutely necessary... The coding style in this program was not ok and not the same over the whole program. The commit is hard to read, but this is what I changed: - Tabs for indentation instead of spaces - Same style over the whole program (suckless style)
Diffstat (limited to 'slstatus.h')
-rw-r--r--slstatus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/slstatus.h b/slstatus.h
index 7d0d887..f09b3bc 100644
--- 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 */