From 5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Tue, 9 Jul 2024 14:41:53 +0200 Subject: initial clang-format --- include/getoptb.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/getoptb.h') diff --git a/include/getoptb.h b/include/getoptb.h index 0338a15..61fa7aa 100644 --- a/include/getoptb.h +++ b/include/getoptb.h @@ -6,16 +6,16 @@ * - consolidated 'sgetopt.h' and 'subgetopt.h' into '(b)getopt.h' */ -#define optarg subgetoptarg -#define optind subgetoptind -#define optpos subgetoptpos -#define optproblem subgetoptproblem +#define optarg subgetoptarg +#define optind subgetoptind +#define optpos subgetoptpos +#define optproblem subgetoptproblem #define optprogname subgetoptprogname -#define opteof subgetoptdone +#define opteof subgetoptdone #define SUBGETOPTDONE -1 -extern int subgetopt(int,char **,char *); +extern int subgetopt(int, char **, char *); extern char *subgetoptarg; extern int subgetoptind; extern int subgetoptpos; -- cgit v1.2.3