diff --git a/unityhook/config.c b/unityhook/config.c index f0de656..6f0a0cc 100644 --- a/unityhook/config.c +++ b/unityhook/config.c @@ -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",