1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

csv: fix indention

This commit is contained in:
Steffen Vogel 2019-04-22 23:43:56 +02:00
parent 37c724f61b
commit 5485bf4be3

View file

@ -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";