File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #ifndef _BITCOIN_CUCKOOCACHE_H_
6
- #define _BITCOIN_CUCKOOCACHE_H_
5
+ #ifndef BITCOIN_CUCKOOCACHE_H
6
+ #define BITCOIN_CUCKOOCACHE_H
7
7
8
8
#include < array>
9
9
#include < algorithm>
@@ -478,4 +478,4 @@ class cache
478
478
};
479
479
} // namespace CuckooCache
480
480
481
- #endif
481
+ #endif // BITCOIN_CUCKOOCACHE_H
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #ifndef _BITCOIN_PREVECTOR_H_
6
- #define _BITCOIN_PREVECTOR_H_
5
+ #ifndef BITCOIN_PREVECTOR_H
6
+ #define BITCOIN_PREVECTOR_H
7
7
8
8
#include < assert.h>
9
9
#include < stdlib.h>
@@ -514,4 +514,4 @@ class prevector {
514
514
};
515
515
#pragma pack(pop)
516
516
517
- #endif
517
+ #endif // BITCOIN_PREVECTOR_H
You can’t perform that action at this time.
0 commit comments