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 --- Settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Settings.c') 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")) { -- cgit v1.2.3