Skip to content

Commit 9882e3f

Browse files
committed
Please consider the following formatting changes
1 parent ac02539 commit 9882e3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Framework/Core/src/AnalysisSupportHelpers.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ void AnalysisSupportHelpers::addMissingOutputsToReader(std::vector<OutputSpec> c
127127
DataProcessorSpec& publisher)
128128
{
129129
requestedInputs |
130-
views::filter_not_matching(providedOutputs) | // filter the inputs that are already provided
130+
views::filter_not_matching(providedOutputs) | // filter the inputs that are already provided
131131
views::filter_not_matching(publisher.outputs) | // filter the inputs that are already covered
132132
views::input_to_output_specs() |
133-
sinks::append_to{publisher.outputs}; // append them to the publisher outputs
133+
sinks::append_to{publisher.outputs}; // append them to the publisher outputs
134134
}
135135

136136
void AnalysisSupportHelpers::addMissingOutputsToSpawner(std::vector<OutputSpec> const& providedSpecials,

0 commit comments

Comments
 (0)