diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:36 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:36 -0700 |
commit | be3d695cb8ceeff9e35f67273a8e7fde28943e29 (patch) | |
tree | 87563a834b413d69ebba16c3ed4ee3eb45f8ed87 | |
parent | 53c9b0392db79eabbff3b58812ea8b2402afd66e (diff) | |
download | syslinux.git-be3d695cb8ceeff9e35f67273a8e7fde28943e29.tar.gz syslinux.git-be3d695cb8ceeff9e35f67273a8e7fde28943e29.tar.xz syslinux.git-be3d695cb8ceeff9e35f67273a8e7fde28943e29.zip |
Run Nindent on memdump/stdio.h
Automatically reformat memdump/stdio.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>
-rw-r--r-- | memdump/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memdump/stdio.h b/memdump/stdio.h index 97988c24..2c256669 100644 --- a/memdump/stdio.h +++ b/memdump/stdio.h @@ -8,7 +8,7 @@ typedef unsigned int off_t; int putchar(int); int puts(const char *); -int sprintf(char * buf, const char *fmt, ...); +int sprintf(char *buf, const char *fmt, ...); int vsprintf(char *buf, const char *fmt, va_list args); int printf(const char *fmt, ...); |