From e0a39772b0b68a716a423c697be786d64bd07b2a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 8 Mar 2007 03:24:38 +0000 Subject: Whitespace change. --- lib/vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vsprintf.c') diff --git a/lib/vsprintf.c b/lib/vsprintf.c index f75f510bc5..d25c4a65f9 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -40,7 +40,7 @@ /* Print formatted output to string STR. Return string length of formatted string. On error, return a negative - value. */ + value. */ int vsprintf (char *str, const char *format, va_list args) { -- cgit v1.2.1