Eradic empty braces

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-02-20 11:33:09 +00:00
parent d34a9a6ce8
commit dd3ba523a4
5 changed files with 8 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ gt_set(int argc, char **argv)
{"mtu", "BYTES", &mtu, argz_bytes},
{"timeout", "SECONDS", &timeout, argz_time},
{"timetolerance", "SECONDS", &timetolerance, argz_time},
{}};
{NULL}};
if (argz(pathz, argc, argv))
return 1;