Fix blanklines in block.cpp

This commit is contained in:
Leonetienne
2022-05-24 01:07:00 +02:00
parent fa47a48dae
commit 83854e42cb

View File

@@ -214,11 +214,11 @@ namespace Leonetienne::GCrypt {
memset(data.data(), 0, CHUNK_SIZE*data.size());
return;
}
#if defined _WIN32 || defined _WIN64
#pragma optimize("", on )
#elif defined __GNUG__
#pragma GCC pop_options
#endif
}