Skip to content

Commit f32c847

Browse files
fixed PR formatting
1 parent 4dbb00c commit f32c847

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Digit : public o2::itsmft::Digit
2929
public:
3030
~Digit() = default;
3131
Digit(UShort_t chipindex = 0, UShort_t row = 0, UShort_t col = 0, Int_t charge = 0, double time = 0.)
32-
: o2::itsmft::Digit(chipindex, row, col, charge), mTime(time){};
32+
: o2::itsmft::Digit(chipindex, row, col, charge), mTime(time) {};
3333

3434
// Setters
3535
void setTime(double time) { mTime = time; }

Detectors/Upgrades/ALICE3/IOTOF/simulation/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ o2_add_library(IOTOFSimulation
2222
O2::ITSMFTSimulation)
2323

2424
o2_target_root_dictionary(IOTOFSimulation
25-
HEADERS include/IOTOFSimulation/Detector.h
26-
include/IOTOFSimulation/Chip.h
27-
include/IOTOFSimulation/Layer.h
28-
include/IOTOFSimulation/Digitizer.h
25+
HEADERS include/IOTOFSimulation/Detector.h
26+
include/IOTOFSimulation/Chip.h
27+
include/IOTOFSimulation/Layer.h
28+
include/IOTOFSimulation/Digitizer.h
2929
include/IOTOFSimulation/DPLDigitizerParam.h
3030
#include/IOTOFSimulation/IOTOFServices.h
3131
include/IOTOFSimulation/Segmentation.h)

0 commit comments

Comments
 (0)