Skip to content

Commit

Permalink
Apply code check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Aug 31, 2018
1 parent 5de4714 commit 0430eeb
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 237 deletions.
2 changes: 1 addition & 1 deletion CondFormats/EgammaObjects/src/GBRTree.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GBRTree::GBRTree(tinyxml2::XMLElement* binaryTree, double scale, bool isregressi
AddNode(root, scale, isregression, useyesnoleaf, adjustboundary);

//special case, root node is terminal, create fake intermediate node at root
if (fCutIndices.size()==0) {
if (fCutIndices.empty()) {
fCutIndices.push_back(0);
fCutVals.push_back(0);
fLeftIndices.push_back(0);
Expand Down
Loading

0 comments on commit 0430eeb

Please sign in to comment.