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

io: proper alignment of io format list

This commit is contained in:
Steffen Vogel 2017-08-14 14:43:02 +02:00
parent 4259a4000e
commit 9a12685c1d

View file

@ -106,6 +106,6 @@ void plugin_dump(enum plugin_type type)
struct plugin *p = list_at(&plugins, i);
if (p->type == type)
printf(" - %-12s: %s\n", p->name, p->description);
printf(" - %-13s: %s\n", p->name, p->description);
}
}