summaryrefslogtreecommitdiff
path: root/dos
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:32 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:32 -0700
commit95eeecea06671800b55f7a820ad42e40f941f776 (patch)
tree2ca23ccc26d3f7b805da5a511751642ebd4b5b14 /dos
parent0a9dd821783e96b6e13ef1647a27f37c71356f78 (diff)
downloadsyslinux-95eeecea06671800b55f7a820ad42e40f941f776.tar.gz
Run Nindent on dos/stdlib.h
Automatically reformat dos/stdlib.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 'dos')
-rw-r--r--dos/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/stdlib.h b/dos/stdlib.h
index 45b76a5c..e0597ce8 100644
--- a/dos/stdlib.h
+++ b/dos/stdlib.h
@@ -4,7 +4,7 @@
typedef int ssize_t;
typedef unsigned int size_t;
-void __attribute__((noreturn)) exit(int);
+void __attribute__ ((noreturn)) exit(int);
void *malloc(size_t);
void free(void *);