mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
ensure clean and consistent "namespace" usage
- remove some missplaced ; - ensure end of a namespace is clearly visible - use same formatting when using namespace
This commit is contained in:
@@ -377,8 +377,7 @@ const unsigned char vchMaxModHalfOrder[32] = {
|
||||
|
||||
const unsigned char vchZero[0] = {};
|
||||
|
||||
|
||||
}; // end of anonymous namespace
|
||||
} // anon namespace
|
||||
|
||||
bool CKey::Check(const unsigned char *vch) {
|
||||
return CompareBigEndian(vch, 32, vchZero, 0) > 0 &&
|
||||
|
||||
Reference in New Issue
Block a user