Merge pull request #2000 from Diapolo/fix_indentation

fix some missing indentations in main.cpp for better readability
This commit is contained in:
Pieter Wuille 2012-11-11 02:23:10 -08:00
commit 337f876cbb

View file

@ -2018,7 +2018,6 @@ bool CBlock::AcceptBlock(CDiskBlockPos *dbp)
CBlockIndex* pindexPrev = NULL;
int nHeight = 0;
if (hash != hashGenesisBlock) {
map<uint256, CBlockIndex*>::iterator mi = mapBlockIndex.find(hashPrevBlock);
if (mi == mapBlockIndex.end())
return DoS(10, error("AcceptBlock() : prev block not found"));