Skip to content

Commit c6e2b74

Browse files
authored
Please consider the following formatting changes (#414)
1 parent 699697f commit c6e2b74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ struct StrangenessBuilder {
505505
for (auto const& input : device.inputs) {
506506
if (device.name.compare("strangenessbuilder-initializer") == 0)
507507
continue; // don't listen to the initializer
508-
if(DataSpecUtils::partialMatch(input.matcher, o2::header::DataOrigin("AOD"))){
508+
if (DataSpecUtils::partialMatch(input.matcher, o2::header::DataOrigin("AOD"))) {
509509
auto&& [origin, description, version] = DataSpecUtils::asConcreteDataMatcher(input.matcher);
510-
std::string tableNameWithVersion = tableNames[i];
511-
if(version>0){
510+
std::string tableNameWithVersion = tableNames[i];
511+
if (version > 0) {
512512
tableNameWithVersion += Form("_%03d", version);
513513
}
514514
if (input.matcher.binding == tableNameWithVersion) {

0 commit comments

Comments
 (0)