diff options
author | Michael Vetter <g.bluehut@gmail.com> | 2014-08-26 14:48:59 +0200 |
---|---|---|
committer | Michael Vetter <g.bluehut@gmail.com> | 2014-08-26 14:48:59 +0200 |
commit | fcf5ad1bd66e62850238427a306dd020ee49b8b0 (patch) | |
tree | 293b09b12bc7e610c0b866df162394b80ebf72c3 /debug.c | |
parent | d4e81f9ec8273914739808737fa0a27a3f0589fb (diff) | |
download | json-c-fcf5ad1bd66e62850238427a306dd020ee49b8b0.tar.gz |
Remove trailing whitespace
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ void mc_info(const char *msg, ...) #if HAVE_VSYSLOG if(_syslog) { vsyslog(LOG_INFO, msg, ap); - } else + } else #endif vfprintf(stderr, msg, ap); va_end(ap); |