editorconfig

This commit is contained in:
Linus Dierheimer
2021-03-27 18:14:19 +01:00
parent 46ed1b34cb
commit a1e90ba35c
36 changed files with 88 additions and 78 deletions
+3 -3
View File
@@ -52,7 +52,7 @@ void ffPrintOS(FFinstance* instance)
}
fclose(osRelease);
if(line != NULL)
free(line);
@@ -71,7 +71,7 @@ void ffPrintOS(FFinstance* instance)
else
{
if(name[0] != '\0')
ffStrbufAppendS(&os, name);
ffStrbufAppendS(&os, name);
else
ffStrbufAppendS(&os, id);
@@ -126,4 +126,4 @@ void ffPrintOS(FFinstance* instance)
ffPrintAndSaveCachedValue(instance, "OS", &os);
ffStrbufDestroy(&os);
}
}