Mercurial > hg > octave-shane > gnulib-hg
changeset 8381:8c96722f8bd0
Whitespace change.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 08 Mar 2007 03:24:38 +0000 |
parents | 61a6d421d6f2 |
children | 63f80832687d |
files | lib/snprintf.c lib/sprintf.c lib/vsnprintf.c lib/vsprintf.c |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/snprintf.c +++ b/lib/snprintf.c @@ -38,7 +38,7 @@ additional length SIZE limit how much is written into STR. Returns string length of formatted string (which may be larger than SIZE). STR may be NULL, in which case nothing will be written. On error, - return a negative value. */ + return a negative value. */ int snprintf (char *str, size_t size, const char *format, ...) {
--- 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, ...) {
--- a/lib/vsnprintf.c +++ b/lib/vsnprintf.c @@ -40,7 +40,7 @@ additional length SIZE limit how much is written into STR. Returns string length of formatted string (which may be larger than SIZE). STR may be NULL, in which case nothing will be written. On error, - return a negative value. */ + return a negative value. */ int vsnprintf (char *str, size_t size, const char *format, va_list args) {