bug fix - checkpatch error 92/45692/1
authorSoohye Shin <soohye.shin@samsung.com>
Mon, 10 Aug 2015 10:52:28 +0000 (19:52 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Mon, 10 Aug 2015 10:53:06 +0000 (19:53 +0900)
Change-Id: I5c1eb1dd0e0e1c61af3bf18471be7f9711f19339
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/data/data_recent.c
src/data/data_user.c

index dc7b922..15b351c 100644 (file)
@@ -60,7 +60,7 @@ static struct datamgr_item *_new_datamgr_item(char *title, char *thumb,
                di->subtitle = strdup(subtitle);
        if (key && value) {
                di->key = strdup(key);
-               di->value= strdup(value);
+               di->value = strdup(value);
        }
 
        return di;
index c4310b2..6ecbd10 100644 (file)
@@ -119,7 +119,6 @@ static void _switch(char *name, char *password)
 err:
        g_object_unref(conn);
        g_error_free(error);
-       return;
 }
 
 static void _update(struct datamgr_item *di)