From 9dfa36d7e75d05443065091dfad288faf062521d Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 25 Sep 2022 12:42:17 +0200 Subject: [PATCH] formatting --- test/test.c | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/test/test.c b/test/test.c index f6a5523..15fbc58 100644 --- a/test/test.c +++ b/test/test.c @@ -90,14 +90,32 @@ int main(int argc, char **argv) }; struct readopt_oper opers[] = { - {.name = "pattern", - .bounds.inf = 1}, - {.name = "file", - .bounds = { - .val = {1}, - .inf = 1}}, - {.name = "name", .bounds = {.val = {1}, .inf = 1}}, - {0}}; + { + .name = "pattern", + .bounds.inf = 1, + }, + { + .name = "file", + .bounds = { + .val = { + 1, + }, + .inf = 1, + }, + }, + { + .name = "name", + .bounds = { + .val = { + 1, + }, + .inf = 1, + }, + }, + { + 0, + }, + }; struct readopt_parser rp; readopt_parser_init(