]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/main.c
format **/*.c with clang-format-3.5
[i3/i3] / i3bar / src / main.c
index 8c4cbf6dbe3007b115935b7201641fbefe2db5d2..371aeec9be4e4457d372d6464f408843b3280ef6 100644 (file)
@@ -99,12 +99,11 @@ int main(int argc, char **argv) {
     memset(&config, '\0', sizeof(config_t));
 
     static struct option long_opt[] = {
-        { "socket",               required_argument, 0, 's' },
-        { "bar_id",               required_argument, 0, 'b' },
-        { "help",                 no_argument,       0, 'h' },
-        { "version",              no_argument,       0, 'v' },
-        { NULL,                   0,                 0, 0}
-    };
+        {"socket", required_argument, 0, 's'},
+        {"bar_id", required_argument, 0, 'b'},
+        {"help", no_argument, 0, 'h'},
+        {"version", no_argument, 0, 'v'},
+        {NULL, 0, 0, 0}};
 
     while ((opt = getopt_long(argc, argv, "b:s:hv", long_opt, &option_index)) != -1) {
         switch (opt) {