From 5032a773e68f55f50fd8b2ad80f28611345a6b3b Mon Sep 17 00:00:00 2001 From: yjlee Date: Wed, 24 Apr 2024 17:59:51 +0900 Subject: [PATCH] indent --- src/executables/util_sa.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/executables/util_sa.c b/src/executables/util_sa.c index 7aff023d4f9..783f316f679 100644 --- a/src/executables/util_sa.c +++ b/src/executables/util_sa.c @@ -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)