[style] Trivial: Include guard endings cleanup

This commit is contained in:
Jon Layton 2018-08-02 09:58:53 -05:00
parent c279a2e339
commit cc2974db1b
6 changed files with 6 additions and 6 deletions

View File

@ -7,4 +7,4 @@
bool CheckTransactionJoinsplits(const CTransaction& tx, CValidationState &state);
#endif
#endif // BITCOIN_CONSENSUS_JOINSPLIT_H

View File

@ -31,4 +31,4 @@ bool ContextualCheckBlockFork(const CBlock& block, CValidationState& state,
std::string GetUTXOFileName(int);
#endif
#endif // BITCOIN_FORK_H

View File

@ -145,4 +145,4 @@ struct PaymentDisclosure {
typedef std::pair<PaymentDisclosureKey, PaymentDisclosureInfo> PaymentDisclosureKeyInfo;
#endif // ZCASH_PAYMENTDISCLOSURE_H
#endif // BITCOIN_PAYMENTDISCLOSURE_H

View File

@ -39,4 +39,4 @@ public:
};
#endif // ZCASH_PAYMENTDISCLOSUREDB_H
#endif // BITCOIN_PAYMENTDISCLOSUREDB_H

View File

@ -145,4 +145,4 @@ public:
}
};
#endif
#endif // BITCOIN_PRIMITIVES_JOINSPLIT_H

View File

@ -52,4 +52,4 @@ public:
friend inline bool operator==(const uint252& a, const uint252& b) { return a.contents == b.contents; }
};
#endif // BITCOIN_UINT_252_H
#endif // BITCOIN_UINT252_H