Fixed Tizen coding guidelines warnings 81/210281/1
authorNishant Chaprana <n.chaprana@samsung.com>
Mon, 15 Jul 2019 09:57:32 +0000 (15:27 +0530)
committersaerome.kim <saerome.kim@samsung.com>
Wed, 17 Jul 2019 12:21:12 +0000 (21:21 +0900)
Change-Id: Ic51b6b45398b3420073e190341c1a82ca0070b52
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
ua-api/src/ua-request-sender.c
ua-daemon/src/pm/ua-cloud-plugin-handler.c

index a990eb6..458efa6 100644 (file)
@@ -389,4 +389,4 @@ int _uam_async_request(
 
        FUNC_EXIT;
        return result;
-}
\ No newline at end of file
+}
index 1aa292d..28f64f5 100644 (file)
@@ -250,7 +250,7 @@ static gboolean __add_cloud_plugin(void *handle, uac_module_t *module)
            UAM_ERR("module->init is NULL");
            g_free(plugin);
            return FALSE;
-    }
+       }
 
        module->init(&api);
        if (NULL == api) {