Skip to content

Commit

Permalink
COMP: Remove redundant return statement in main()
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Nov 4, 2018
1 parent 45fe8ec commit 692150f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ShapePopulationViewer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,5 @@ int main( int argc, char** argv )
}
}
return app.exec();

return 0;
}

0 comments on commit 692150f

Please sign in to comment.