Run Nindent on memdump/mystuff.h
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)
Automatically reformat memdump/mystuff.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
memdump/mystuff.h

index 7c5ac6f..dce0cb5 100644 (file)
@@ -15,10 +15,9 @@ typedef unsigned long long uint64_t;
 unsigned int skip_atou(const char **s);
 unsigned long strtoul(const char *, char **, int);
 
-static inline int
-isdigit(int ch)
+static inline int isdigit(int ch)
 {
-  return (ch >= '0') && (ch <= '9');
+    return (ch >= '0') && (ch <= '9');
 }
 
 #endif /* MYSTUFF_H */