]> git.sur5r.net Git - i3/i3/commitdiff
remove newlines
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 25 Mar 2010 23:28:30 +0000 (00:28 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 25 Mar 2010 23:28:30 +0000 (00:28 +0100)
src/randr.c

index 6d4bbef9ec13ad4c1146e6a85f3bd9943885975e..42dd884452a4744f4dfa603af7e049b1f6ea3024 100644 (file)
@@ -323,10 +323,8 @@ static void handle_output(xcb_connection_t *conn, xcb_randr_output_t id,
         if (output->crtc == XCB_NONE) {
                 if (!existing)
                         TAILQ_INSERT_TAIL(&outputs, new, outputs);
-                else if (new->active) {
+                else if (new->active)
                         new->to_be_disabled = true;
-
-                }
                 free(output);
                 return;
         }