From: Michael Stapelberg Date: Wed, 5 Aug 2015 20:54:48 +0000 (+0200) Subject: clang-format src/load_layout.c X-Git-Tag: 4.11~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fed05ef876490043f334a600e06e5acce5d0e613;p=i3%2Fi3 clang-format src/load_layout.c --- diff --git a/src/load_layout.c b/src/load_layout.c index ae8eb5bc..5a139bf2 100644 --- a/src/load_layout.c +++ b/src/load_layout.c @@ -129,7 +129,7 @@ static int json_end_map(void *ctx) { // Also set a size if none was supplied, otherwise the placeholder // window cannot be created as X11 requests with width=0 or // height=0 are invalid. - const Rect zero = {0,0,0,0}; + const Rect zero = {0, 0, 0, 0}; if (memcmp(&(json_node->rect), &zero, sizeof(Rect)) == 0) { DLOG("Geometry not set, combining children\n"); Con *child;