Correct indentation

This commit is contained in:
R E Broadley 2014-04-30 14:57:11 +08:00 committed by langerhans
parent f3b20b1289
commit 587c08f3d2

View file

@ -101,7 +101,8 @@ struct CBlockIndexWorkComparator
};
CBlockIndex *pindexBestInvalid;
set<CBlockIndex*, CBlockIndexWorkComparator> setBlockIndexValid; // may contain all CBlockIndex*'s that have validness >=BLOCK_VALID_TRANSACTIONS, and must contain those who aren't failed
// may contain all CBlockIndex*'s that have validness >=BLOCK_VALID_TRANSACTIONS, and must contain those who aren't failed
set<CBlockIndex*, CBlockIndexWorkComparator> setBlockIndexValid;
CCriticalSection cs_LastBlockFile;
CBlockFileInfo infoLastBlockFile;