From 201f54ae3623f7843942fea9d1415f4a9b875b79 Mon Sep 17 00:00:00 2001 From: beerpsi Date: Tue, 16 Apr 2024 01:28:29 +0700 Subject: [PATCH] Formatting --- unityhook/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",