My current love affair is with C++ style comments. Will it last?
[citadel.git] / citadel / sysdep.c
index 2eccadc64685ca2a000ae7719b26888ad87ce3f7..3f69cd8ff4fab55e590ac56250675b263cb2b663 100644 (file)
@@ -428,7 +428,7 @@ void cprintf(const char *format, ...) {
                buf[sizeof buf - 2] = '\n';
        client_write(buf, strlen(buf)); 
        va_end(arg_ptr);
-}   
+}
 
 
 /*