Skip to content

Commit 00dc609

Browse files
committed
Please consider the following formatting changes
1 parent a46701d commit 00dc609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/TopologyPolicy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ bool expendableDataDeps(DataProcessorSpec const& a, DataProcessorSpec const& b)
185185
if (isAExpendable) {
186186
bool hasDependency = dataDeps(b, a);
187187
O2_SIGNPOST_END(topology, sid, "expendableDataDeps", "%s is expendable. %s from %s to %s => %s.",
188-
a.name .c_str(), hasDependency ? "There is however an inverse dependency" : "No inverse dependency", b.name.c_str(), a.name.c_str(),
188+
a.name.c_str(), hasDependency ? "There is however an inverse dependency" : "No inverse dependency", b.name.c_str(), a.name.c_str(),
189189
!hasDependency ? "true" : "false");
190190
if (!hasDependency) {
191191
return true;

0 commit comments

Comments
 (0)