From b3b131b3209e6405e39c8a1089ed60cba1a0593a Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:27 -0700 Subject: 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 --- com32/lib/vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/lib/vsprintf.c') 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); } -- cgit