Skip to content

Commit 3fe971e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d367db4 commit 3fe971e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/TRestTrackReductionProcess.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ void TRestTrackReductionProcess::getHitsMerged(TRestVolumeHits& hits) {
7777
Double_t distance = fStartingDistance;
7878
while (distance < fMinimumDistance || hits.GetNumberOfHits() > fMaxNodes) {
7979
if (this->GetVerboseLevel() >= TRestStringOutput::REST_Verbose_Level::REST_Debug) {
80-
cout << "TRestTrackReductionProcess. Merging track hits within a "
81-
<< "distance : " << distance << " mm" << endl;
80+
cout << "TRestTrackReductionProcess. Merging track hits within a " << "distance : " << distance
81+
<< " mm" << endl;
8282
cout << "TRestTrackReductionProcess. Hits now : " << hits.GetNumberOfHits() << endl;
8383
}
8484

tsp/inc/tsp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ typedef struct CCtsp_branchobj {
258258
} CCtsp_branchobj;
259259

260260
typedef struct CCtsp_cutnode {
261-
#define CCtsp_CUT_INNODELIST(t) ((t)&4)
261+
#define CCtsp_CUT_INNODELIST(t) ((t) & 4)
262262
#define CCtsp_CUT_ROOT 0
263263
#define CCtsp_CUT_PNODE 1
264264
#define CCtsp_CUT_QNODE 2

0 commit comments

Comments
 (0)