summaryrefslogtreecommitdiffstats
path: root/Settings.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-31 22:14:27 +0100
committerBenny Baumann <BenBE@geshi.org>2020-11-02 22:15:01 +0100
commitb23f8235e28472c410dcb00893e0e3d403892673 (patch)
treeaecb7abcfa9f48caf43c21c54544cb21c2f65112 /Settings.c
parent9a16b1079ec1e831a449eb23ff23bf13b1b2a935 (diff)
Whitespace and indentation issues
Diffstat (limited to 'Settings.c')
-rw-r--r--Settings.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Settings.c b/Settings.c
index 9ac27565..2cb560ed 100644
--- a/Settings.c
+++ b/Settings.c
@@ -182,8 +182,9 @@ static bool Settings_read(Settings* this, const char* fileName, int initialCpuCo
this->delay = atoi(option[1]);
} else if (String_eq(option[0], "color_scheme")) {
this->colorScheme = atoi(option[1]);
- if (this->colorScheme < 0 || this->colorScheme >= LAST_COLORSCHEME) this->colorScheme = 0;
- } else if (String_eq(option[0], "enable_mouse")) {
+ if (this->colorScheme < 0 || this->colorScheme >= LAST_COLORSCHEME)
+ this->colorScheme = 0;
+ } else if (String_eq(option[0], "enable_mouse")) {
this->enableMouse = atoi(option[1]);
} else if (String_eq(option[0], "left_meters")) {
Settings_readMeters(this, option[1], 0);

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