Skip to content

Commit

Permalink
Fix comment reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Feb 20, 2025
1 parent c133d9c commit dde8279
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions otsdaq/ConfigurationInterface/ConfigurationInterface.icc
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ void get(TableBase*& table,
++nameIsMatchStorageIndex;
}

if(!nameIsMatch) // if name is considered match by above rule, then force
// matchup
if(!nameIsMatch) // if name is considered match by above rule, then force matchup
//table->getViewP()->setTableName(table->getMockupViewP()->getTableName());
//else // table->getViewP()->getTableName() !=
// table->getMockupViewP()->getTableName())
Expand Down

0 comments on commit dde8279

Please sign in to comment.