From: Ran Benita Date: Wed, 12 Feb 2014 09:07:39 +0000 (+0200) Subject: darray: fix indentation X-Git-Tag: xkbcommon-0.4.1~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3d55f1c4e8fbb91b205cfb147c2ebea66fcecb4;p=platform%2Fupstream%2Flibxkbcommon.git darray: fix indentation Signed-off-by: Ran Benita --- diff --git a/src/darray.h b/src/darray.h index e44b2e7..d3fe37b 100644 --- a/src/darray.h +++ b/src/darray.h @@ -156,8 +156,8 @@ typedef darray (unsigned long) darray_ulong; #define darray_growalloc(arr, need) do { \ unsigned __need = (need); \ if (__need > (arr).alloc) \ - darray_realloc(arr, darray_next_alloc((arr).alloc, __need, \ - sizeof(*(arr).item))); \ + darray_realloc(arr, darray_next_alloc((arr).alloc, __need, \ + sizeof(*(arr).item))); \ } while (0) static inline unsigned