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

index 56f8d93..e9917cd 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-TYPE NAME (const char *nptr)
+TYPE NAME(const char *nptr)
 {
-  return (TYPE) strntoumax(nptr, (char **)NULL, 10, ~(size_t)0);
+    return (TYPE) strntoumax(nptr, (char **)NULL, 10, ~(size_t) 0);
 }