Skip to content

Commit d38e68e

Browse files
authored
Undo whitespace change
(test commit)
1 parent 3114067 commit d38e68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/SharedUtil.Win32Utf8FileHooks.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ namespace SharedUtil
102102
static SString strProfilePathCP, strProfilePathUTF8;
103103
if (strProfilePathCP.empty())
104104
{
105-
char szProfilePath[MAX_PATH] = "";
105+
char szProfilePath[MAX_PATH] = "";
106106
wchar_t wszProfilePath[MAX_PATH] = L"";
107107
SHGetFolderPathA(NULL, CSIDL_PROFILE, NULL, 0, szProfilePath);
108108
SHGetFolderPathW(NULL, CSIDL_PROFILE, NULL, 0, wszProfilePath);

0 commit comments

Comments
 (0)