Correct indentation

This commit is contained in:
R E Broadley 2014-04-30 14:57:11 +08:00
parent 48be9ceaa0
commit 6b29ccc9f9

View file

@ -96,7 +96,8 @@ struct CBlockIndexWorkComparator
}; };
CBlockIndex *pindexBestInvalid; 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; CCriticalSection cs_LastBlockFile;
CBlockFileInfo infoLastBlockFile; CBlockFileInfo infoLastBlockFile;