[master] fdc2866 Break line longer than 80 characters

Martin Blix Grydeland martin at varnish-cache.org
Wed Oct 2 13:13:24 CEST 2013


commit fdc2866d53949e5b7a030ff72d8a283420070016
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Oct 2 11:09:01 2013 +0200

    Break line longer than 80 characters

diff --git a/include/vapi/vsl.h b/include/vapi/vsl.h
index 4371521..84ba7c6 100644
--- a/include/vapi/vsl.h
+++ b/include/vapi/vsl.h
@@ -293,7 +293,8 @@ int VSL_Print(const struct VSL_data *vsl, const struct VSL_cursor *c, void *fo);
 	 *     -5:	I/O write error - see errno
 	 */
 
-int VSL_PrintTerse(const struct VSL_data *vsl, const struct VSL_cursor *c, void *fo);
+int VSL_PrintTerse(const struct VSL_data *vsl, const struct VSL_cursor *c,
+    void *fo);
 	/*
 	 * Print the log record pointed to by cursor to stream.
 	 *



More information about the varnish-commit mailing list