]> git.sur5r.net Git - i3/i3/blobdiff - src/output.c
Merge branch 'master' into next
[i3/i3] / src / output.c
index 1a1a5c460af0b5c6d1d9e01040785eeaa6434454..6499c65df77d46dea56fb8c75b432ebedb1dad61 100644 (file)
@@ -19,8 +19,8 @@ Con *output_get_content(Con *output) {
     Con *child;
 
     TAILQ_FOREACH(child, &(output->nodes_head), nodes)
-        if (child->type == CT_CON)
-            return child;
+    if (child->type == CT_CON)
+        return child;
 
     return NULL;
 }