Indent fix.

This commit is contained in:
JoelKatz
2012-08-13 14:56:08 -07:00
parent d554950efe
commit 99a3d83330

View File

@@ -17,7 +17,7 @@ int ContinuousLedgerTiming::shouldClose(
int previousProposers, // proposers in the last closing
int proposersClosed, // proposers who have currently closed this ledgers
int previousMSeconds, // seconds the previous ledger took to reach consensus
int currentMSeconds) // seconds since the previous ledger closed
int currentMSeconds) // seconds since the previous ledger closed
{
if ((previousMSeconds < -1000) || (previousMSeconds > 600000) ||
(currentMSeconds < -1000) || (currentMSeconds > 600000))