Skip to content

Commit

Permalink
code-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smorovic committed Oct 25, 2021
1 parent 1fffcd1 commit 0c7ec10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion EventFilter/Utilities/src/EvFDaqDirector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ namespace evf {

bool EvFDaqDirector::inputThrottled() {
struct stat buf;
return (stat(input_throttled_file_.c_str() , &buf) == 0);
return (stat(input_throttled_file_.c_str(), &buf) == 0);
}

} // namespace evf
1 change: 0 additions & 1 deletion EventFilter/Utilities/src/FedRawDataInputSource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ void FedRawDataInputSource::readSupervisor() {

//entering loop which tries to grab new file from ramdisk
while (status == evf::EvFDaqDirector::noFile) {

//check if hltd has signalled to throttle input
counter = 0;
while (daqDirector_->inputThrottled()) {
Expand Down

0 comments on commit 0c7ec10

Please sign in to comment.