Skip to content

Commit

Permalink
Merge pull request #45911 from smuzaffar/reconstruction-simulation-ll…
Browse files Browse the repository at this point in the history
…vm18-clang-format

[RECONSTRUCTION-SIMULATION] Changes suggested by new llvm18 clang-format
  • Loading branch information
cmsbuild authored Sep 6, 2024
2 parents d0b9da8 + c43c7b4 commit 1fc4040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataFormats/CTPPSDigi/interface/CTPPSDiamondDigi.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CTPPSDiamondDigi {
CTPPSDiamondDigi(
unsigned int ledgt_, unsigned int tedgt_, unsigned int threvolt, bool mhit_, unsigned short hptdcerror_);
CTPPSDiamondDigi();
~CTPPSDiamondDigi(){};
~CTPPSDiamondDigi() {}

/// Digis are equal if they are have same ledt and tedt, threshold voltage, multihit flag, hptdcerror flags
bool operator==(const CTPPSDiamondDigi& digi) const;
Expand Down
2 changes: 1 addition & 1 deletion DataFormats/CTPPSDigi/interface/TotemRPDigi.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
**/
class TotemRPDigi {
public:
TotemRPDigi(unsigned short strip_no = 0) : strip_no_(strip_no){};
TotemRPDigi(unsigned short strip_no = 0) : strip_no_(strip_no) {}

unsigned short stripNumber() const { return strip_no_; }

Expand Down

0 comments on commit 1fc4040

Please sign in to comment.