diff options
| author | Philip Kaufmann <[email protected]> | 2015-03-21 18:15:31 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-04-20 13:29:22 +0200 |
| commit | a21df62069cc039599a4753576c91683b21bf036 (patch) | |
| tree | 0f3da9b3a7aa8711ab660492aec8f2eed2e5b940 /src/consensus/params.h | |
| parent | Make 'Default: %u' spacing consistent in help message (diff) | |
| download | discoin-a21df62069cc039599a4753576c91683b21bf036.tar.xz discoin-a21df62069cc039599a4753576c91683b21bf036.zip | |
ensure consistent header comment naming conventions
- BITCOIN_FOLDER_SUBFOLDER_FILENAME_H
Diffstat (limited to 'src/consensus/params.h')
| -rw-r--r-- | src/consensus/params.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/consensus/params.h b/src/consensus/params.h index 35d447b71..c480a1cce 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -3,8 +3,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef BITCOIN_CONSENSUS_CONSENSUS_PARAMS_H -#define BITCOIN_CONSENSUS_CONSENSUS_PARAMS_H +#ifndef BITCOIN_CONSENSUS_PARAMS_H +#define BITCOIN_CONSENSUS_PARAMS_H #include "uint256.h" @@ -28,4 +28,4 @@ struct Params { }; } // namespace Consensus -#endif // BITCOIN_CONSENSUS_CONSENSUS_PARAMS_H +#endif // BITCOIN_CONSENSUS_PARAMS_H |