From: Ankit Srivastava Date: Wed, 15 Mar 2023 03:52:52 +0000 (+0530) Subject: [ITC][nnstreamer][NonACR] Remove wrong Indentation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=974c88c2fe4e40f65040fadb765e109e7111c2e7;p=test%2Ftct%2Fnative%2Fapi.git [ITC][nnstreamer][NonACR] Remove wrong Indentation Change-Id: Iad660c8193428262f752db58bb2fe061565f58b6 Signed-off-by: Ankit Srivastava (cherry picked from commit 2d6a524bae3f210ab56e9cbaaf005c0b88b7d9d1) --- diff --git a/src/itc/nnstreamer/ITs-nnstreamer-ml-service.c b/src/itc/nnstreamer/ITs-nnstreamer-ml-service.c index cb472309f..719d55a79 100644 --- a/src/itc/nnstreamer/ITs-nnstreamer-ml-service.c +++ b/src/itc/nnstreamer/ITs-nnstreamer-ml-service.c @@ -155,9 +155,9 @@ int ITc_nnstreamer_ml_service_set_get_pipeline_p(void) PRINT_RESULT(ML_ERROR_NONE, nRetVal, "ml_service_get_pipeline", NnStreamerGetError(nRetVal)); if (0 != strcmp (g_Pipeline, get_pipeline)) { - FPRINTF("[Line : %d][%s] Set and Get pipeline value mismatch \\n", __LINE__, API_NAMESPACE); - g_free (get_pipeline); - return 1; + FPRINTF("[Line : %d][%s] Set and Get pipeline value mismatch \\n", __LINE__, API_NAMESPACE); + g_free (get_pipeline); + return 1; } g_free (get_pipeline); @@ -582,7 +582,7 @@ int ITc_nnstreamer_ml_service_query_create_request_p(void) /** destroy client ml_service_h */ nRetVal = ml_service_destroy(client_handle); - g_usleep (1000 * 1000 * 1); /* 1 sec */ + g_usleep (1000 * 1000 * 1); /* 1 sec */ PRINT_RESULT_CLEANUP(ML_ERROR_NONE, nRetVal, "ml_service_destroy", NnStreamerGetError(nRetVal), ml_service_stop_pipeline(service_handle); ml_service_destroy(service_handle); ml_service_delete_pipeline(service_name); ml_option_destroy(query_client_option); ml_tensors_data_destroy(input); ml_tensors_info_destroy(in_info)); @@ -590,12 +590,12 @@ int ITc_nnstreamer_ml_service_query_create_request_p(void) nRetVal = ml_service_stop_pipeline(service_handle); PRINT_RESULT_CLEANUP(ML_ERROR_NONE, nRetVal, "ml_service_stop_pipeline", NnStreamerGetError(nRetVal), ml_service_destroy(service_handle); ml_service_delete_pipeline(service_name); ml_option_destroy(query_client_option); ml_tensors_data_destroy(input); ml_tensors_info_destroy(in_info)); - g_usleep (1000 * 1000 * 1); /* 1 sec */ + g_usleep (1000 * 1000 * 1); /* 1 sec */ nRetVal = ml_service_destroy(service_handle); PRINT_RESULT_CLEANUP(ML_ERROR_NONE, nRetVal, "ml_service_destroy", NnStreamerGetError(nRetVal), ml_service_delete_pipeline(service_name); ml_option_destroy(query_client_option); ml_tensors_data_destroy(input); ml_tensors_info_destroy(in_info)); - g_usleep (1000 * 1000 * 1); /* 1 sec */ + g_usleep (1000 * 1000 * 1); /* 1 sec */ /** delete finished service */ nRetVal = ml_service_delete_pipeline(service_name); diff --git a/src/itc/nnstreamer/ITs-nnstreamer.c b/src/itc/nnstreamer/ITs-nnstreamer.c index 25fd57195..b19c87991 100755 --- a/src/itc/nnstreamer/ITs-nnstreamer.c +++ b/src/itc/nnstreamer/ITs-nnstreamer.c @@ -507,11 +507,11 @@ int ITc_nnstreamer_pipeline_ml_check_element_availability_p(void) /** * @testcase ITc_nnstreamer_pipeline_ml_check_nnfw_availability_full_p * @since_tizen 6.5 -* @author SRID(nibha.sharma) -* @reviewer SRID(shobhit.v) -* @type auto +* @author SRID(nibha.sharma) +* @reviewer SRID(shobhit.v) +* @type auto * @description Checks the availability of the given execution environments with custom option. -* @scenario Checks the availability of the given execution environments with custom option. +* @scenario Checks the availability of the given execution environments with custom option. * @apicovered ml_check_nnfw_availability_full * @passcase When ml_check_nnfw_availability_full and Precondition API is successful. * @failcase If target API fails or any precondition API fails