fix indentation
This commit is contained in:
parent
af339a7a7a
commit
f0cf0dcbec
@ -153,7 +153,7 @@ bool WinIOCallback::open(const wchar_t* Path, const open_mode aMode, DWORD dwFla
|
||||
mFile = CreateFileW(Path, AccessMode, ShareMode, NULL, Disposition, dwFlags, NULL);
|
||||
} else {
|
||||
int errCode;
|
||||
int pathSize = wcslen(Path);
|
||||
int pathSize = wcslen(Path);
|
||||
unsigned int bufferSize = pathSize + sizeof(wchar_t) * 2;
|
||||
std::string PathA;
|
||||
PathA.resize(bufferSize);
|
||||
|
Loading…
Reference in New Issue
Block a user