Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Jul 17, 2020
1 parent d4e610f commit 0cb7a97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Geometry/CaloGeometry/src/IdealZPrism.cc
Expand Up @@ -2,7 +2,6 @@
#include <cmath>
#include <memory>


typedef IdealZPrism::CCGFloat CCGFloat;
typedef IdealZPrism::Pt3D Pt3D;
typedef IdealZPrism::Pt3DVec Pt3DVec;
Expand Down
2 changes: 1 addition & 1 deletion Geometry/EcalMapping/src/ESElectronicsMapper.cc
Expand Up @@ -60,7 +60,7 @@ ESElectronicsMapper::ESElectronicsMapper(const edm::ParameterSet& ps) {
for (int i = 0; i < 18; ++i) { // loop over EE feds
std::vector<int> esFeds;
esFeds.reserve(nesfed[i]);
for (int esFed = 0; esFed < nesfed[i]; esFed++)
for (int esFed = 0; esFed < nesfed[i]; esFed++)
esFeds.emplace_back(esfed[i][esFed]);
ee_es_map_.insert(make_pair(eefed[i], esFeds));
}
Expand Down

0 comments on commit 0cb7a97

Please sign in to comment.