Vertical refactoring

This commit is contained in:
Ivan Morozov
2022-10-25 19:04:07 +03:00
parent 8f368ad64c
commit 515cde9544
28 changed files with 98 additions and 47 deletions

View File

@ -101,6 +101,5 @@ ULONG64 CFCPP::FileFNVHash(std::wstring filename, int len, int offset)
len -= readLen;
}
return h;
}