summaryrefslogtreecommitdiffstats
path: root/Settings.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 /Settings.c
parent458749df45a24abec1f9a820e4172a08ccfba3b1 (diff)
Whitespace around operators
Diffstat (limited to 'Settings.c')
-rw-r--r--Settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Settings.c b/Settings.c
index acb3edfa..ca8253e2 100644
--- a/Settings.c
+++ b/Settings.c
@@ -184,7 +184,7 @@ static bool Settings_read(Settings* this, const char* fileName, unsigned int ini
} else if (String_eq(option[0], "highlight_changes")) {
this->highlightChanges = atoi(option[1]);
} else if (String_eq(option[0], "highlight_changes_delay_secs")) {
- this->highlightDelaySecs = CLAMP(atoi(option[1]), 1, 24*60*60);
+ this->highlightDelaySecs = CLAMP(atoi(option[1]), 1, 24 * 60 * 60);
} else if (String_eq(option[0], "find_comm_in_cmdline")) {
this->findCommInCmdline = atoi(option[1]);
} else if (String_eq(option[0], "strip_exe_from_cmdline")) {

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