File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
136136void AnalysisSupportHelpers::addMissingOutputsToSpawner (std::vector<OutputSpec> const & providedSpecials,
You can’t perform that action at this time.
0 commit comments