summaryrefslogtreecommitdiff
path: root/memdump
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:36 -0700
commit6d8354d8568ec3cb2dc493fdf12f4e8658d11c2b (patch)
treebe7281088010fd997493a7659eaec2d7a67c63d1 /memdump
parent3019d35346509542bc7be1e5557c1c98f47946e9 (diff)
downloadsyslinux-6d8354d8568ec3cb2dc493fdf12f4e8658d11c2b.tar.gz
Run Nindent on memdump/mystuff.h
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>
Diffstat (limited to 'memdump')
-rw-r--r--memdump/mystuff.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/memdump/mystuff.h b/memdump/mystuff.h
index 7c5ac6f5..dce0cb5f 100644
--- a/memdump/mystuff.h
+++ b/memdump/mystuff.h
@@ -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 */