Fix whitespace.

This commit is contained in:
Alex Miller 2017-09-13 15:49:39 -07:00
parent 06a9c7a772
commit d6b3be98fe
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ struct TagPartitionedLogSystem : ILogSystem, ReferenceCounted<TagPartitionedLogS
if (!alive[i].isReady()) { if (!alive[i].isReady()) {
changes.push_back( ready(alive[i]) ); changes.push_back( ready(alive[i]) );
} else if (alive[i].isReady() && alive[i].isError() && } else if (alive[i].isReady() && alive[i].isError() &&
alive[i].getError().code() == error_code_tlog_stopped) { alive[i].getError().code() == error_code_tlog_stopped) {
// All commits must go to all TLogs. If any TLog is stopped, then our epoch has ended. // All commits must go to all TLogs. If any TLog is stopped, then our epoch has ended.
return Never(); return Never();
} }