From 6aa9ef2726e42c4ae062b55be4d5cc015767d997 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Thu, 23 Nov 2023 12:22:02 +0100 Subject: Fix code style --- Settings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Settings.c') diff --git a/Settings.c b/Settings.c index b1051a38..4e0aa21d 100644 --- a/Settings.c +++ b/Settings.c @@ -284,7 +284,7 @@ static void ScreenSettings_readFields(ScreenSettings* ss, Hashtable* columns, co String_freeArray(ids); } -static ScreenSettings* Settings_initScreenSettings(ScreenSettings* ss, Settings* this, const char *columns) { +static ScreenSettings* Settings_initScreenSettings(ScreenSettings* ss, Settings* this, const char* columns) { ScreenSettings_readFields(ss, this->dynamicColumns, columns); this->screens[this->nScreens] = ss; this->nScreens++; @@ -605,7 +605,7 @@ static void writeMeterModes(const Settings* this, FILE* fd, char separator, unsi int Settings_write(const Settings* this, bool onCrash) { FILE* fd; char separator; - char *tmpFilename = NULL; + char* tmpFilename = NULL; if (onCrash) { fd = stderr; separator = ';'; -- cgit v1.2.3