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:
parent
4259a4000e
commit
9a12685c1d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue