projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be3d695
)
Run Nindent on memdump/stdlib.h
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 29 May 2009 22:10:36 +0000
(15:10 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 29 May 2009 22:10:36 +0000
(15:10 -0700)
Automatically reformat memdump/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>
memdump/stdlib.h
patch
|
blob
|
history
diff --git
a/memdump/stdlib.h
b/memdump/stdlib.h
index
6ead86a
..
5b14ec8
100644
(file)
--- a/
memdump/stdlib.h
+++ b/
memdump/stdlib.h
@@
-6,7
+6,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 *);