Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
YeunjunLee committed Apr 24, 2024
1 parent 535fff4 commit 5032a77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/executables/util_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1730,10 +1730,7 @@ diagdb (UTIL_FUNCTION_ARG * arg)
}
else
{
if (diag == DIAGDUMP_ALL)
{
goto print_diag_usage;
}
assert (diag != DIAGDUMP_ALL);
if (!sm_check_system_class_by_name (class_name))
{
if (utility_check_class_name (class_name) != NO_ERROR)
Expand Down

0 comments on commit 5032a77

Please sign in to comment.