Skip to content

Commit

Permalink
main: Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Planas <aplanas@suse.com>
  • Loading branch information
aplanas committed May 20, 2024
1 parent ffb530d commit f735e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tukit/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main(int argc, char *argv[]) {
try {
TUKit ta{argc, argv};
} catch (int e) {
return e;
return e;
} catch (const exception &e) {
cerr << "ERROR: " << e.what() << endl;
return 1;
Expand Down

0 comments on commit f735e77

Please sign in to comment.