Skip to content

Commit

Permalink
Merge pull request #45904 from smuzaffar/geometry-llvm18-clang-format
Browse files Browse the repository at this point in the history
[GEOMETRY] Changes suggested by new llvm18 clang-format
  • Loading branch information
cmsbuild authored Sep 6, 2024
2 parents 4fccd4e + f785322 commit 6afeab3
Show file tree
Hide file tree
Showing 42 changed files with 311 additions and 311 deletions.
3 changes: 1 addition & 2 deletions DetectorDescription/Core/interface/DDBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ class DDBase {
static auto begin() { return StoreT::instance().begin(); }

DDBase() : prep_(nullptr) {}
virtual ~DDBase() { /*never do this here: if (prep_) delete prep_;*/
}
virtual ~DDBase() { /*never do this here: if (prep_) delete prep_;*/ }

const N& name() const { return prep_->name(); }

Expand Down
2 changes: 1 addition & 1 deletion DetectorDescription/Core/src/DDExpandedView.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bool DDExpandedView::firstChild() {
history_.emplace_back(expn);
result = true;
} // if firstChild
} // if depthNotReached
} // if depthNotReached
return result;
}

Expand Down
Loading

0 comments on commit 6afeab3

Please sign in to comment.