[ITC][nnstreamer][NonACR] Remove wrong Indentation 55/289955/1
authorAnkit Srivastava <ankit.sri1@samsung.com>
Wed, 15 Mar 2023 03:52:52 +0000 (09:22 +0530)
committerAnkit Srivastava <ankit.sri1@samsung.com>
Thu, 16 Mar 2023 05:42:03 +0000 (05:42 +0000)
Change-Id: Iad660c8193428262f752db58bb2fe061565f58b6
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
(cherry picked from commit 2d6a524bae3f210ab56e9cbaaf005c0b88b7d9d1)

src/itc/nnstreamer/ITs-nnstreamer-ml-service.c
src/itc/nnstreamer/ITs-nnstreamer.c

index cb472309f61d72aabf5550f68bf01cb8196bf3e7..719d55a79a101d81f7f753c934214d950852e35c 100644 (file)
@@ -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);
index 25fd57195f5d84b15f8ae6e68a4db85ce8045971..b19c87991a9df222f2c9285e639cd6d34aac92ce 100755 (executable)
@@ -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