]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/outputs.c
clang-format-3.5 **/*.h **/*.c
[i3/i3] / i3bar / src / outputs.c
index 5508a5a2340e252da481e3cc66f95d2fffbb7ded..02b718d3ae42418ddbcd8899f8aa312cfec5e278 100644 (file)
@@ -296,7 +296,7 @@ i3_output *get_output_by_name(char *name) {
     if (name == NULL) {
         return NULL;
     }
-    SLIST_FOREACH (walk, outputs, slist) {
+    SLIST_FOREACH(walk, outputs, slist) {
         if (!strcmp(walk->name, name)) {
             break;
         }