From ceba774c99113ad5d0fc6ad5d57bea356952a6cd Mon Sep 17 00:00:00 2001 From: "hhh.kwon" Date: Fri, 9 Nov 2012 19:21:23 +0900 Subject: [PATCH] Sync private git to RSA git. Change-Id: I7ec3d7188f141383ff2e4b37fed4f2783fc30dd9 --- src/_cpu.c | 6 +++--- src/_cpu.h | 6 +++--- src/_eina.c | 6 +++--- src/_eina.h | 6 +++--- src/_genlist.c | 14 +++++++------- src/_genlist.h | 6 +++--- src/_info.c | 6 +++--- src/_info.h | 6 +++--- src/_logic.c | 6 +++--- src/_logic.h | 6 +++--- src/_progressbar.c | 6 +++--- src/_progressbar.h | 6 +++--- src/_util_efl.c | 6 +++--- src/_util_efl.h | 6 +++--- src/_util_log.h | 6 +++--- src/taskmanager.c | 8 ++++---- src/taskmanager.h | 6 +++--- 17 files changed, 56 insertions(+), 56 deletions(-) diff --git a/src/_cpu.c b/src/_cpu.c index 5b7f737..ee5cb18 100644 --- a/src/_cpu.c +++ b/src/_cpu.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_cpu.h b/src/_cpu.h index 15a29ec..d724ee3 100644 --- a/src/_cpu.h +++ b/src/_cpu.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_eina.c b/src/_eina.c index eeb0e07..637db7e 100644 --- a/src/_eina.c +++ b/src/_eina.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_eina.h b/src/_eina.h index 8d8ef06..917fcdf 100644 --- a/src/_eina.h +++ b/src/_eina.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_genlist.c b/src/_genlist.c index 13a61a2..a7d0b76 100755 --- a/src/_genlist.c +++ b/src/_genlist.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -327,8 +327,8 @@ static Evas_Object *_gl_content_get_app(void *data, Evas_Object *obj, retvm_if(rt == NULL, NULL, "Failed to add rectangle\n"); evas_object_color_set(rt, 0, 0, 0, 0); - evas_object_size_hint_min_set(rt, - (int)72 * elm_scale_get(), + evas_object_size_hint_min_set(rt, + (int)72 * elm_scale_get(), (int)72 * elm_scale_get()); elm_object_part_content_set(icon, "icon_ly", rt); @@ -484,8 +484,8 @@ static Evas_Object *_gl_content_get_his(void *data, Evas_Object *obj, retvm_if (rt == NULL, NULL, "Failed to add rectangle\n"); evas_object_color_set(rt, 0, 0, 0, 0); - evas_object_size_hint_min_set(rt, - (int)72 * elm_scale_get(), + evas_object_size_hint_min_set(rt, + (int)72 * elm_scale_get(), (int)72 * elm_scale_get()); elm_object_part_content_set(icon, "icon_ly", rt); diff --git a/src/_genlist.h b/src/_genlist.h index fd15c30..fd1b0c6 100644 --- a/src/_genlist.h +++ b/src/_genlist.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_info.c b/src/_info.c index 33b41c5..3c72c5a 100644 --- a/src/_info.c +++ b/src/_info.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_info.h b/src/_info.h index dd721f4..1742f28 100644 --- a/src/_info.h +++ b/src/_info.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_logic.c b/src/_logic.c index 45b7d87..efe6222 100755 --- a/src/_logic.c +++ b/src/_logic.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_logic.h b/src/_logic.h index aff8338..1424fcc 100644 --- a/src/_logic.h +++ b/src/_logic.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_progressbar.c b/src/_progressbar.c index 3c3b19f..ea50b6b 100644 --- a/src/_progressbar.c +++ b/src/_progressbar.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_progressbar.h b/src/_progressbar.h index 2664625..234459b 100644 --- a/src/_progressbar.h +++ b/src/_progressbar.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_util_efl.c b/src/_util_efl.c index 9f8d71a..95f3500 100644 --- a/src/_util_efl.c +++ b/src/_util_efl.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_util_efl.h b/src/_util_efl.h index db7930a..030e51e 100644 --- a/src/_util_efl.h +++ b/src/_util_efl.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/_util_log.h b/src/_util_log.h index 8143e7f..ffc3d3d 100644 --- a/src/_util_log.h +++ b/src/_util_log.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/taskmanager.c b/src/taskmanager.c index 19d7491..6407ca8 100755 --- a/src/taskmanager.c +++ b/src/taskmanager.c @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -43,7 +43,7 @@ static struct text_part main_txt[] = { static void update_ts(Evas_Object *eo, struct text_part *tp, int size) { - int i = 0; + int i; if (eo == NULL || tp == NULL || size < 0) return; diff --git a/src/taskmanager.h b/src/taskmanager.h index b535d70..73e3af3 100755 --- a/src/taskmanager.h +++ b/src/taskmanager.h @@ -1,12 +1,12 @@ /* * Copyright 2012 Samsung Electronics Co., Ltd - * + * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.tizenopensource.org/license - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- 2.7.4