Skip to content

Commit

Permalink
Trigger clang-tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed May 8, 2021
1 parent 2dc21e3 commit 1077586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -705,5 +705,5 @@ int main( int argc, const char *argv[] )
}

exit_handler( -999 );
return 0;
return EXIT_SUCCESS;
}

0 comments on commit 1077586

Please sign in to comment.