chiark / gitweb /
[PATCH] sync up with the 0.84 version of klibc
[elogind.git] / klibc / klibc / syslog.c
index d40d8633d1cd2e39d1a118ac202fbed24ff2d2dc..10a2dce40543dd5c647f61f0b02b1cb0288db02b 100644 (file)
@@ -60,7 +60,7 @@ void vsyslog(int prio, const char *format, va_list ap)
 
   if ( *id )
     len += sprintf(buf+3, "%s: ", id);
-  
+
   rv = vsnprintf(buf+len, BUFLEN-len, format, ap);
 
   len += rv;