Fix mismatch for lcov 48/309048/1
authorhyunuk.tak <hyunuk.tak@samsung.com>
Thu, 4 Apr 2024 07:30:40 +0000 (16:30 +0900)
committerhyunuk.tak <hyunuk.tak@samsung.com>
Thu, 4 Apr 2024 07:30:47 +0000 (16:30 +0900)
Change-Id: I26d563bf2ed5d3e7729282f151ed1c6d08365aea
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
src/user-awareness-monitors.c
src/user-awareness-payload.c
src/user-awareness-users.c

index a00cde17de96596438ce74839b2a51d954c36c2b..5bafc98e9424da90449e9997b3895decf53b7263 100755 (executable)
@@ -2224,5 +2224,4 @@ int ua_reset_database(void)
 
        FUNC_EXIT;
        return UA_ERROR_NONE;
-}
-/* LCOV_EXCL_STOP */
+}
\ No newline at end of file
index 4069069ed4240a2121209f25c8a5458a41979637..03e4ded122685bc78a7590824b8d939fea252a19 100755 (executable)
@@ -544,7 +544,7 @@ int ua_payload_get_device_uid(
                // LCOV_EXCL_START
                UA_ERR("g_memdup failed");
                return UA_ERROR_OUT_OF_MEMORY;
-               // LCOV_EXCL_START
+               // LCOV_EXCL_STOP
        }
 
 done:
@@ -593,7 +593,7 @@ int ua_payload_get_user_data(
                // LCOV_EXCL_START
                UA_ERR("g_memdup failed");
                return UA_ERROR_OUT_OF_MEMORY;
-               // LCOV_EXCL_START
+               // LCOV_EXCL_STOP
        }
 
 done:
index c2c9d674590b32d867fd5956c03c3ae81263a909..013a4d5b348ae4130b96570e903fcd398be3bd0a 100755 (executable)
@@ -377,6 +377,7 @@ GSList *_ua_user_get_users(void)
        FUNC_EXIT;
        return ua_users_list;
 }
+/* LCOV_EXCL_STOP */
 
 int _ua_foreach_registered_users(ua_registered_user_cb foreach_cb,
        void *user_data)
@@ -965,5 +966,4 @@ int ua_user_foreach_devices(
 
        FUNC_EXIT;
        return ret;
-}
-/* LCOV_EXCL_STOP */
+}
\ No newline at end of file