Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Jun 28, 2016
1 parent dba7074 commit fd64546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Tools/bin/hltTimingSummary.cpp
Expand Up @@ -64,7 +64,7 @@ bool usePathByName(HLTPerformanceInfo::Path path,
std::vector<std::string> skip) {
for (unsigned int i=0; i<skip.size(); i++)
if (path.name() == skip.at(i)) return false;
return true;
return true;
}

//initialize the following parameters
Expand Down

0 comments on commit fd64546

Please sign in to comment.