Skip to content

Commit

Permalink
Added curly braces as I think author indended.
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Jun 30, 2016
1 parent 4ba3315 commit 2eaf67f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -709,9 +709,10 @@ void EcalTrigPrimESProducer::parseTextFile()
}
}

if(flagPrint_)
if(flagPrint_) {
std::cout<<std::endl ;
std::cout<<std::endl ;
}

mapLut_[id] = param ;
}
Expand Down

0 comments on commit 2eaf67f

Please sign in to comment.