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:
Philip Kaufmann
2014-06-24 14:17:43 +02:00
parent 343feecf56
commit e10dcf27b4
9 changed files with 26 additions and 19 deletions

View File

@@ -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 &&