From 0d85af28727255ae4203cf01d1d657dc0c8d4258 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 14 Jul 2021 19:18:27 +0200 Subject: Whitespace around operators --- CommandLine.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CommandLine.c') diff --git a/CommandLine.c b/CommandLine.c index d0c24e58..eebbd947 100644 --- a/CommandLine.c +++ b/CommandLine.c @@ -118,10 +118,10 @@ static CommandLineSettings parseArguments(const char* program, int argc, char** {"highlight-changes", optional_argument, 0, 'H'}, {"readonly", no_argument, 0, 128}, PLATFORM_LONG_OPTIONS - {0,0,0,0} + {0, 0, 0, 0} }; - int opt, opti=0; + int opt, opti = 0; /* Parse arguments */ while ((opt = getopt_long(argc, argv, "hVMCs:td:u::Up:F:H::", long_opts, &opti))) { if (opt == EOF) @@ -355,7 +355,7 @@ int CommandLine_run(const char* name, int argc, char** argv) { ScreenManager_run(scr, NULL, NULL); attron(CRT_colors[RESET_COLOR]); - mvhline(LINES-1, 0, ' ', COLS); + mvhline(LINES - 1, 0, ' ', COLS); attroff(CRT_colors[RESET_COLOR]); refresh(); -- cgit v1.2.3