aboutsummaryrefslogtreecommitdiff
path: root/storm_dll
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-11-23 12:56:00 +0100
committerLadislav Zezula <zezula@volny.cz>2020-11-23 12:56:00 +0100
commitb6102b2600f792f159320439686a872a72d20c70 (patch)
treea9cfacadc0c28b3cfde908d2a4511b6605a648a0 /storm_dll
parent809005c7f025bcc55bfa4ede78cb4cc45d3c0e6c (diff)
Removed trailing whitespace
Diffstat (limited to 'storm_dll')
-rw-r--r--storm_dll/storm_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storm_dll/storm_test.cpp b/storm_dll/storm_test.cpp
index 766750b..92ff061 100644
--- a/storm_dll/storm_test.cpp
+++ b/storm_dll/storm_test.cpp
@@ -31,11 +31,11 @@ int main()
DWORD dwBytesRead = 0;
if(StormOpenArchive(szArchiveName, 0, 0, &hMpq))
- {
+ {
if(StormOpenFileEx(hMpq, "(1)TheDeathSheep.w3m", 0, &hFile))
{
dwBytesRead = StormGetFileSize(hFile, NULL);
- StormReadFile(hFile, Buffer, sizeof(Buffer), &dwBytesRead, NULL);
+ StormReadFile(hFile, Buffer, sizeof(Buffer), &dwBytesRead, NULL);
StormCloseFile(hFile);
}