Delete whitespaces for header and eo files.
authorwoochan lee <wc0917.lee@samsung.com>
Fri, 10 Apr 2015 05:09:45 +0000 (14:09 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 10 Apr 2015 05:09:45 +0000 (14:09 +0900)
Summary: Delete whitespaces header and eo files, otherwise add a line.

Reviewers: Hermet, seoz, JackDanielZ

Reviewed By: JackDanielZ

Differential Revision: https://phab.enlightenment.org/D2304

legacy/elementary/src/lib/elc_fileselector_eo.h
legacy/elementary/src/lib/elc_naviframe_common.h
legacy/elementary/src/lib/elm_bg_legacy.h
legacy/elementary/src/lib/elm_datetime.eo
legacy/elementary/src/lib/elm_general.h
legacy/elementary/src/lib/elm_image_legacy.h
legacy/elementary/src/lib/elm_layout_legacy.h

index 04cb926..01b87c5 100644 (file)
@@ -24,6 +24,7 @@ EAPI Evas_Object     *elm_naviframe_add(Evas_Object *parent);
 EAPI void             elm_naviframe_item_title_enabled_set(Elm_Object_Item *it, Eina_Bool enabled, Eina_Bool transition);
 
 Elm_Object_Item *elm_naviframe_item_push(Evas_Object *obj, const char *title_label, Evas_Object *prev_btn, Evas_Object *next_btn, Evas_Object *content, const char *item_style);
+
 /**
  * @brief Simple version of item_push.
  *
index 16444ec..f6f3f3e 100644 (file)
@@ -49,7 +49,6 @@ EAPI void                         elm_bg_color_set(Evas_Object *obj, int r, int
 EAPI void                         elm_bg_color_get(const Evas_Object *obj, int *r, int *g, int *b);
 
 /**
- *
  * Set the file (image or edje collection) to give life for the
  * background
  *
@@ -79,7 +78,6 @@ EAPI void                         elm_bg_color_get(const Evas_Object *obj, int *
 EAPI Eina_Bool elm_bg_file_set(Eo *obj, const char *file, const char *group);
 
 /**
- *
  * Get the file (image or edje collection) set on a given background
  * widget
  *
index 9ae73da..863c9f3 100644 (file)
@@ -190,7 +190,6 @@ class Elm_Datetime (Elm_Layout)
 
          Minute: default value range is from 0 to 59.
 
-
          @return @c EINA_TRUE if current time is set successfully.
 
          @see elm_datetime_value_set()
index 86eba3b..726fc2c 100644 (file)
@@ -387,7 +387,7 @@ typedef enum _Elm_Process_State
  * runs as normal and may be user-visible or "active" in some way. A
  * background application is not user-visible or otherwise important and
  * likely should release resources and not wake up often or process much.
- * 
+ *
  * @ingroup General
  * @since 1.12
  */
index c340cf9..55923c2 100644 (file)
@@ -37,7 +37,6 @@ EAPI Evas_Object     *elm_image_add(Evas_Object *parent);
 EAPI Eina_Bool        elm_image_file_set(Evas_Object *obj, const char *file, const char *group);
 
 /**
- *
  * Get the file that will be used as image.
  *
  * @see elm_image_file_set()
index 3023fe5..1df030d 100644 (file)
@@ -77,7 +77,6 @@ EAPI Evas_Object                 *elm_layout_content_get(const Evas_Object *obj,
 EAPI Evas_Object                 *elm_layout_content_unset(Evas_Object *obj, const char *swallow);
 
 /**
- *
  * Set the file that will be used as layout
  *
  * @return (1 = success, 0 = error)