Skip to content

Commit 40736be

Browse files
authored
Clang format fix
1 parent 9a92161 commit 40736be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Steer/src/CollisionContextTool.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ int main(int argc, char* argv[])
556556
float sgnIRate = -1.;
557557
for (auto& p : ispecs) {
558558
prefixes.push_back(p.name);
559-
if(p.name == "sgn") {
559+
if (p.name == "sgn") {
560560
// Setting interaction rate in the digitizer context as provided by the O2DPG workflow
561561
LOG(debug) << "Setting signal interaction rate to " << p.interactionRate << " Hz in the digitization context.";
562562
sgnIRate = p.interactionRate;

0 commit comments

Comments
 (0)