Skip to content

Commit 06a4801

Browse files
committed
Clang-format
1 parent 76c979e commit 06a4801

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

r3bdata/actafData/R3BActafHitData.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ R3BActafHitData::R3BActafHitData(UInt_t pad,
2121
double ypos,
2222
double zpos,
2323
double energy,
24-
TVector3 track,
24+
TVector3 track,
2525
double maxAmpl)
2626
: fPad(pad)
2727
, fSide(side)

r3bdata/actafData/R3BActafHitData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class R3BActafHitData : public TObject
4949
double ypos,
5050
double zpos,
5151
double energy,
52-
TVector3 track,
52+
TVector3 track,
5353
double maxAmpl);
5454

5555
// Destructor

0 commit comments

Comments
 (0)