summaryrefslogtreecommitdiff
path: root/lib/sprintf.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-08 03:24:38 +0000
committerBruno Haible <bruno@clisp.org>2007-03-08 03:24:38 +0000
commite0a39772b0b68a716a423c697be786d64bd07b2a (patch)
tree28d4b67021c51160d1ed4ec760fbd528db25e15f /lib/sprintf.c
parent88200edc4b7414155d05de27554a4c70aa5ece82 (diff)
downloadgnulib-e0a39772b0b68a716a423c697be786d64bd07b2a.tar.gz
Whitespace change.
Diffstat (limited to 'lib/sprintf.c')
-rw-r--r--lib/sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sprintf.c b/lib/sprintf.c
index 7d58daf89e..ee716895d3 100644
--- a/lib/sprintf.c
+++ b/lib/sprintf.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
sprintf (char *str, const char *format, ...)
{