Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Aug 22, 2023
1 parent 7cb1caf commit d15e938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion k4FWCore/include/k4FWCore/PodioDataSvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ class PodioDataSvc : public DataSvc {
/// Jump to nth events at the beginning. Set by option FirstEventEntry
/// This option is helpful when we want to debug an event in the middle of a file
unsigned m_1stEvtEntry{0};
bool m_bounds_check_needed{true};
bool m_bounds_check_needed{true};
};
#endif // CORE_PODIODATASVC_H
1 change: 0 additions & 1 deletion k4FWCore/src/PodioDataSvc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ StatusCode PodioDataSvc::initialize() {
m_bounds_check_needed = false;
}


return status;
}
/// Service reinitialisation
Expand Down

0 comments on commit d15e938

Please sign in to comment.