Skip to content

Commit e16f1b5

Browse files
Dan RileyDan Riley
authored andcommitted
code-checks
1 parent 5c1f880 commit e16f1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FWCore/Modules/src/TimeStudyModules.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ namespace timestudy {
232232
return true;
233233
}
234234
//every running stream is now waiting
235-
return waitingStreams_.size() > 0 and waitingStreams_.size() == activeStreams_;
235+
return !waitingStreams_.empty() and waitingStreams_.size() == activeStreams_;
236236
}
237237

238238
void threadWork() {

0 commit comments

Comments
 (0)