minor cleanup: include orders, end comments etc.

- no code changes
This commit is contained in:
Philip Kaufmann
2014-10-31 09:36:30 +01:00
parent 8d2396c9c4
commit 771d500283
9 changed files with 25 additions and 24 deletions

View File

@@ -474,7 +474,7 @@ struct CompareBlocksByHeight
bool operator()(const CBlockIndex* a, const CBlockIndex* b) const
{
/* Make sure that unequal blocks with the same height do not compare
equal. Use the pointers themselves to make a distinction. */
equal. Use the pointers themselves to make a distinction. */
if (a->nHeight != b->nHeight)
return (a->nHeight > b->nHeight);