Whitespace fix.

This commit is contained in:
JoelKatz
2012-07-14 00:21:13 -07:00
parent 7957efbf48
commit b2b131ab0d

View File

@@ -68,7 +68,7 @@ void ValidationCollection::getValidationCount(const uint256& ledger, bool curren
trusted = false;
}
if (trusted)
++trusted;
++trusted;
else
++untrusted;
}