From: Michael Stapelberg Date: Thu, 25 Mar 2010 23:28:30 +0000 (+0100) Subject: remove newlines X-Git-Tag: 3.e~6^2~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a151fd95a841481b9c5334f2dcec7bb884e800ca;p=i3%2Fi3 remove newlines --- diff --git a/src/randr.c b/src/randr.c index 6d4bbef9..42dd8844 100644 --- a/src/randr.c +++ b/src/randr.c @@ -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; }