Formatting

This commit is contained in:
beerpsi 2024-04-16 01:28:29 +07:00
parent 3c2609798b
commit 201f54ae36
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include "config.h"
void unity_config_load(struct unity_config *cfg, const wchar_t *filename) {
cfg->enable = GetPrivateProfileIntW(L"unity",L"enable",1,filename);
cfg->enable = GetPrivateProfileIntW(L"unity", L"enable", 1, filename);
GetPrivateProfileStringW(
L"unity",