From: H. Peter Anvin Date: Fri, 29 May 2009 22:10:28 +0000 (-0700) Subject: Run Nindent on com32/menu/refstr.h X-Git-Tag: syslinux-3.83-pre2~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0523b70f521083f361f18d451d2294184fc1267f;p=profile%2Fivi%2Fsyslinux.git Run Nindent on com32/menu/refstr.h Automatically reformat com32/menu/refstr.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- diff --git a/com32/menu/refstr.h b/com32/menu/refstr.h index f51777d..7001d40 100644 --- a/com32/menu/refstr.h +++ b/com32/menu/refstr.h @@ -22,12 +22,12 @@ #include #include -static inline __attribute__((always_inline)) +static inline __attribute__ ((always_inline)) const char *refstr_get(const char *r) { - if (r) - ((unsigned int *)r)[-1]++; - return r; + if (r) + ((unsigned int *)r)[-1]++; + return r; } void refstr_put(const char *);