mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Whitespace fix.
This commit is contained in:
@@ -68,7 +68,7 @@ void ValidationCollection::getValidationCount(const uint256& ledger, bool curren
|
||||
trusted = false;
|
||||
}
|
||||
if (trusted)
|
||||
++trusted;
|
||||
++trusted;
|
||||
else
|
||||
++untrusted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user