]> git.sur5r.net Git - i3/i3/commitdiff
clang-format src/load_layout.c
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Aug 2015 20:54:48 +0000 (22:54 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Aug 2015 20:55:07 +0000 (22:55 +0200)
src/load_layout.c

index ae8eb5bc7e93e01a44d86ab780ec47d395417cf1..5a139bf223d6cca2853cbe414dc2b281718e985f 100644 (file)
@@ -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;