mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02: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:
parent
343feecf56
commit
e10dcf27b4
9 changed files with 26 additions and 19 deletions
|
|
@ -12,8 +12,8 @@
|
|||
#include <boost/assign/list_of.hpp> // for 'map_list_of()'
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
namespace Checkpoints
|
||||
{
|
||||
namespace Checkpoints {
|
||||
|
||||
typedef std::map<int, uint256> MapCheckpoints;
|
||||
|
||||
// How many times we expect transactions after the last checkpoint to
|
||||
|
|
@ -161,4 +161,5 @@ namespace Checkpoints
|
|||
}
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Checkpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue