Fix blanklines in block.cpp
This commit is contained in:
parent
fa47a48dae
commit
83854e42cb
@ -214,11 +214,11 @@ namespace Leonetienne::GCrypt {
|
|||||||
memset(data.data(), 0, CHUNK_SIZE*data.size());
|
memset(data.data(), 0, CHUNK_SIZE*data.size());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined _WIN32 || defined _WIN64
|
#if defined _WIN32 || defined _WIN64
|
||||||
#pragma optimize("", on )
|
#pragma optimize("", on )
|
||||||
#elif defined __GNUG__
|
#elif defined __GNUG__
|
||||||
#pragma GCC pop_options
|
#pragma GCC pop_options
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user