Run Nindent on dos/mystuff.h
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)
Automatically reformat dos/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>
dos/mystuff.h

index 83f072f..fbf4e75 100644 (file)
@@ -6,10 +6,9 @@
 unsigned int skip_atou(const char **s);
 unsigned int atou(const char *s);
 
-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 */