Skip to content

Commit c43c7b4

Browse files
committed
[RECONSTRUCTION-SIMULATION] Changes suggested by new llvm18 clang-format
1 parent 15ea9bb commit c43c7b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataFormats/CTPPSDigi/interface/CTPPSDiamondDigi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CTPPSDiamondDigi {
1818
CTPPSDiamondDigi(
1919
unsigned int ledgt_, unsigned int tedgt_, unsigned int threvolt, bool mhit_, unsigned short hptdcerror_);
2020
CTPPSDiamondDigi();
21-
~CTPPSDiamondDigi(){};
21+
~CTPPSDiamondDigi() {}
2222

2323
/// Digis are equal if they are have same ledt and tedt, threshold voltage, multihit flag, hptdcerror flags
2424
bool operator==(const CTPPSDiamondDigi& digi) const;

DataFormats/CTPPSDigi/interface/TotemRPDigi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616
class TotemRPDigi {
1717
public:
18-
TotemRPDigi(unsigned short strip_no = 0) : strip_no_(strip_no){};
18+
TotemRPDigi(unsigned short strip_no = 0) : strip_no_(strip_no) {}
1919

2020
unsigned short stripNumber() const { return strip_no_; }
2121

0 commit comments

Comments
 (0)