Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored and ktf committed Sep 11, 2022
1 parent 9a6cfb3 commit bb4f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/AnalysisSupport/src/DataInputDirector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ int DataInputDescriptor::getReadTimeFramesInFile(int counter)

void DataInputDescriptor::printFileStatistics()
{
int64_t wait_time = (int64_t) uv_hrtime() - (int64_t) mCurrentFileStartedAt - (int64_t) mIOTime;
int64_t wait_time = (int64_t)uv_hrtime() - (int64_t)mCurrentFileStartedAt - (int64_t)mIOTime;
if (wait_time < 0) {
wait_time = 0;
}
Expand Down

0 comments on commit bb4f8bd

Please sign in to comment.