Commit fdc2866d authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Break line longer than 80 characters

parent df8ee4d8
......@@ -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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment