summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2015-11-18 20:22:07 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2015-11-18 20:22:07 +0900
commited07d96fec8c37e76d8849e28f019ee1b6e9f57c (patch)
tree78857af029b79893de6d4b3cbe1aabb87dfb810f
parent76a6310abdfa74621504354a8ce5718d7f4fa57b (diff)
downloadair_home-ed07d96fec8c37e76d8849e28f019ee1b6e9f57c.tar.gz
air_home-ed07d96fec8c37e76d8849e28f019ee1b6e9f57c.tar.bz2
air_home-ed07d96fec8c37e76d8849e28f019ee1b6e9f57c.zip
fix checkpatch issues
Change-Id: If322252df6107323e78c17cabf9f0c8eb28cda4d Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r--src/data/data_recent.c14
-rw-r--r--src/data/datamgr.c1
-rw-r--r--src/view/view_home.c1
-rw-r--r--src/view/view_photo.c1
-rw-r--r--src/view/view_recent.c1
-rw-r--r--src/view/view_user_edit.c7
6 files changed, 12 insertions, 13 deletions
diff --git a/src/data/data_recent.c b/src/data/data_recent.c
index 64544e8..757b44f 100644
--- a/src/data/data_recent.c
+++ b/src/data/data_recent.c
@@ -186,8 +186,9 @@ static void _channel_list_foreach(gpointer data, gpointer user_data)
_get_program(atoi(rdata->id), program, sizeof(program));
- di = _new_datamgr_item(buf, program, APP_ID_LIVETV, PARAM_SERVICE_ID,
- rdata->id, NULL, IMAGE_RECENT_ICON_CHANNEL, 1, rdata->time);
+ di = _new_datamgr_item(buf, program, APP_ID_LIVETV,
+ PARAM_SERVICE_ID, rdata->id, NULL,
+ IMAGE_RECENT_ICON_CHANNEL, 1, rdata->time);
if (di) {
thumbnail = calloc(1, sizeof(*thumbnail));
if (thumbnail) {
@@ -253,8 +254,9 @@ static void _gallery_list_foreach(gpointer data, gpointer user_data)
_set_up_string(day);
snprintf(buf, sizeof(buf), "%s, %s", day, date);
- di = _new_datamgr_item(buf, NULL, APP_ID_MEDIAHUB, PARAM_MEDIA_ID,
- rdata->id, NULL, IMAGE_RECENT_ICON_GALLERY, 1, rdata->time);
+ di = _new_datamgr_item(buf, NULL, APP_ID_MEDIAHUB,
+ PARAM_MEDIA_ID, rdata->id, NULL,
+ IMAGE_RECENT_ICON_GALLERY, 1, rdata->time);
if (di) {
thumbnail = calloc(1, sizeof(*thumbnail));
if (thumbnail) {
@@ -329,8 +331,8 @@ static void _movie_list_foreach(gpointer data, gpointer user_data)
_get_duration(aminfo->video->duration, dur, sizeof(dur));
di = _new_datamgr_item(aminfo->title, dur, APP_ID_MEDIAHUB,
- PARAM_MEDIA_ID, rdata->id, NULL, IMAGE_RECENT_ICON_MOVIE, 1,
- rdata->time);
+ PARAM_MEDIA_ID, rdata->id, NULL,
+ IMAGE_RECENT_ICON_MOVIE, 1, rdata->time);
if (di) {
thumbnail = calloc(1, sizeof(*thumbnail));
if (thumbnail) {
diff --git a/src/data/datamgr.c b/src/data/datamgr.c
index 9a29452..3a91c1b 100644
--- a/src/data/datamgr.c
+++ b/src/data/datamgr.c
@@ -1,5 +1,4 @@
/*
-
* Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the License);
diff --git a/src/view/view_home.c b/src/view/view_home.c
index 3d296e7..5b75633 100644
--- a/src/view/view_home.c
+++ b/src/view/view_home.c
@@ -1,5 +1,4 @@
/*
-
* Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the License);
diff --git a/src/view/view_photo.c b/src/view/view_photo.c
index fa0e5da..0a13421 100644
--- a/src/view/view_photo.c
+++ b/src/view/view_photo.c
@@ -1,5 +1,4 @@
/*
-
* Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the License);
diff --git a/src/view/view_recent.c b/src/view/view_recent.c
index b0cb69c..2321cac 100644
--- a/src/view/view_recent.c
+++ b/src/view/view_recent.c
@@ -1,5 +1,4 @@
/*
-
* Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the License);
diff --git a/src/view/view_user_edit.c b/src/view/view_user_edit.c
index d2cb707..c1f48e7 100644
--- a/src/view/view_user_edit.c
+++ b/src/view/view_user_edit.c
@@ -905,8 +905,8 @@ static void _mouse_down(int id, void *data, Evas *e, Evas_Object *obj,
ev->event_flags |= EVAS_EVENT_FLAG_ON_HOLD;
}
-static void _change_entry(Evas_Object *name, Eina_Bool disable, const char *text,
- const char *signal)
+static void _change_entry(Evas_Object *name, Eina_Bool disable,
+ const char *text, const char *signal)
{
elm_entry_entry_set(name, text);
elm_object_focus_allow_set(name, disable);
@@ -953,7 +953,8 @@ static void _show(void *data)
if (priv->di) {
elm_object_part_text_set(priv->base, PART_USER_EDIT_TITLE,
MESSAGE_EDIT_USER);
- _change_entry(priv->name, EINA_FALSE, priv->di->title, SIG_DISABLE);
+ _change_entry(priv->name, EINA_FALSE, priv->di->title,
+ SIG_DISABLE);
} else {
elm_object_part_text_set(priv->base, PART_USER_EDIT_TITLE,
MESSAGE_ADD_USER);