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:
parent
37c724f61b
commit
5485bf4be3
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue