From 3882592a6c3586f07b73707c4408b099acfe9ce8 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:32 -0700 Subject: [PATCH] Run Nindent on dos/mystuff.h 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 --- dos/mystuff.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dos/mystuff.h b/dos/mystuff.h index 83f072f..fbf4e75 100644 --- a/dos/mystuff.h +++ b/dos/mystuff.h @@ -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 */ -- 2.7.4