cosmetic: use tabs instead of spaces
authorSergi Granell <xerpi.g.12@gmail.com>
Thu, 4 Feb 2016 20:35:07 +0000 (21:35 +0100)
committerBryce Harrington <bryce@bryceharrington.org>
Fri, 5 Feb 2016 00:37:34 +0000 (16:37 -0800)
src/wayland-util.c

index 3f95877..748476a 100644 (file)
@@ -123,7 +123,7 @@ wl_array_add(struct wl_array *array, size_t size)
        if (array->alloc < alloc) {
                if (array->alloc > 0)
                        data = realloc(array->data, alloc);
-               else
+               else
                        data = malloc(alloc);
 
                if (data == NULL)