[PATCH] cosmetic: use tabs instead of spaces

Sergi Granell xerpi.g.12 at gmail.com
Thu Feb 4 20:35:07 UTC 2016


---
 src/wayland-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wayland-util.c b/src/wayland-util.c
index 3f95877..748476a 100644
--- a/src/wayland-util.c
+++ b/src/wayland-util.c
@@ -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)
-- 
2.7.0



More information about the wayland-devel mailing list