summaryrefslogtreecommitdiffstats
path: root/CommandLine.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:18:27 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit0d85af28727255ae4203cf01d1d657dc0c8d4258 (patch)
tree0c8cf78acb173b4a9df83b431820152ffa31aec0 /CommandLine.c
parent458749df45a24abec1f9a820e4172a08ccfba3b1 (diff)
Whitespace around operators
Diffstat (limited to 'CommandLine.c')
-rw-r--r--CommandLine.c6
1 files changed, 3 insertions, 3 deletions
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();

© 2014-2024 Faster IT GmbH | imprint | privacy policy