summaryrefslogtreecommitdiff
path: root/com32/lib/vsprintf.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:27 -0700
commitb3b131b3209e6405e39c8a1089ed60cba1a0593a (patch)
tree697b6ce39cefb73b6e438fc2f27f700dd96ca6ad /com32/lib/vsprintf.c
parent0cf1ecc2f296081b338bda9978fb47928a30ae52 (diff)
downloadsyslinux-b3b131b3209e6405e39c8a1089ed60cba1a0593a.tar.gz
Run Nindent on com32/lib/vsprintf.c
Automatically reformat com32/lib/vsprintf.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>
Diffstat (limited to 'com32/lib/vsprintf.c')
-rw-r--r--com32/lib/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/vsprintf.c b/com32/lib/vsprintf.c
index 4a6100e7..8df62130 100644
--- a/com32/lib/vsprintf.c
+++ b/com32/lib/vsprintf.c
@@ -7,5 +7,5 @@
int vsprintf(char *buffer, const char *format, va_list ap)
{
- return vsnprintf(buffer, ~(size_t)0, format, ap);
+ return vsnprintf(buffer, ~(size_t) 0, format, ap);
}