Skip to content

Commit

Permalink
cod format applied
Browse files Browse the repository at this point in the history
  • Loading branch information
slomeo committed Feb 11, 2020
1 parent c7beb24 commit be20669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geometry/MuonNumbering/src/MuonBaseNumber.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void MuonBaseNumber::addBase(const LevelBaseNumber& num) {
}
sortedBaseNumber.insert(cur, num);

#ifdef LOCAL_DEBUG
#ifdef LOCAL_DEBUG
cur = sortedBaseNumber.begin();
end = sortedBaseNumber.end();
edm::LogVerbatim("Geometry") << "MuonBaseNumber::AddBase ";
Expand All @@ -39,7 +39,7 @@ void MuonBaseNumber::addBase(const LevelBaseNumber& num) {
cur++;
++k;
}
#endif
#endif
}

void MuonBaseNumber::addBase(const int level, const int super, const int base) {
Expand Down

0 comments on commit be20669

Please sign in to comment.