Skip to content

Commit f7efe68

Browse files
mconcassawenzel
authored andcommitted
Clang format
1 parent 980ee3b commit f7efe68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

macro/build_geometry.C

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ void build_geometry(FairRunSim* run = nullptr)
128128
// beam pipe
129129
if (isActivated("PIPE")) {
130130
#ifdef ENABLE_UPGRADES
131-
if (isActivated("IT3")) {
132-
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe", 1.6f, 0.05f));
133-
} else {
134-
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe"));
135-
}
131+
if (isActivated("IT3")) {
132+
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe", 1.6f, 0.05f));
133+
} else {
134+
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe"));
135+
}
136136
#else
137-
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe"));
137+
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe"));
138138
#endif
139139
}
140140

0 commit comments

Comments
 (0)