diff options
| author | Philip Kaufmann <[email protected]> | 2014-08-28 22:21:03 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-08-28 22:25:21 +0200 |
| commit | 093303a8874dc3384c4f7f770d2ee2618e3f3885 (patch) | |
| tree | e98f9ae757519b7bc4c675f7e9a499cf1496d138 /src/coins.h | |
| parent | Merge pull request #4772 (diff) | |
| download | discoin-093303a8874dc3384c4f7f770d2ee2618e3f3885.tar.xz discoin-093303a8874dc3384c4f7f770d2ee2618e3f3885.zip | |
add missing header end comments
- ensures a consistent usage in header files
- also add a blank line after the copyright header where missing
- also remove orphan new-lines at the end of some files
Diffstat (limited to 'src/coins.h')
| -rw-r--r-- | src/coins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coins.h b/src/coins.h index 08913531d..d338e3172 100644 --- a/src/coins.h +++ b/src/coins.h @@ -2,6 +2,7 @@ // Copyright (c) 2009-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. + #ifndef BITCOIN_COINS_H #define BITCOIN_COINS_H @@ -379,4 +380,4 @@ private: CCoinsMap::const_iterator FetchCoins(const uint256 &txid) const; }; -#endif +#endif // BITCOIN_COINS_H |