From 5485bf4be3a13d3a7b1a013c9cebdcc2786ef38f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 22 Apr 2019 23:43:56 +0200 Subject: [PATCH] csv: fix indention --- lib/formats/csv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formats/csv.cpp b/lib/formats/csv.cpp index a75e65360..e6c98275e 100644 --- a/lib/formats/csv.cpp +++ b/lib/formats/csv.cpp @@ -224,7 +224,7 @@ __attribute__((destructor(110))) static void UNIQUE(__dtor)() { static struct plugin p2; __attribute__((constructor(110))) static void UNIQUE(__ctor)() { if (plugins.state == STATE_DESTROYED) - vlist_init(&plugins); + vlist_init(&plugins); p2.name = "csv"; p2.description = "Comma-separated values";