Fix blanklines in block.cpp

This commit is contained in:
Leonetienne 2022-05-24 01:07:00 +02:00
parent fa47a48dae
commit 83854e42cb
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

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
}