From 1efb3c7477110f68ad2928c0d997cbe3750322d1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 13 May 2018 12:47:55 +0200 Subject: [PATCH] fix indention --- lib/formats/csv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formats/csv.c b/lib/formats/csv.c index 64a4a5b91..c6466a68f 100644 --- a/lib/formats/csv.c +++ b/lib/formats/csv.c @@ -186,7 +186,7 @@ static struct plugin p = { .sprint = csv_sprint, .sscan = csv_sscan, .header = csv_header, - .size = 0, + .size = 0, .flags = IO_NEWLINES } };