Skip to content

Commit

Permalink
Clang format changes
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Essenmacher <[email protected]>
  • Loading branch information
mikeessen committed Sep 26, 2023
1 parent 0ed10b5 commit 701253e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ float convertNNPALevel(std::string inputNNPALevel) {
try {
retNNPAFloat = std::strtof(
inputNNPALevel.substr(1, inputNNPALevel.size()).c_str(), NULL);
} catch(...) {
} catch (...) {
retNNPAFloat = 0;
}
return retNNPAFloat;
Expand Down

0 comments on commit 701253e

Please sign in to comment.