[Elementary.h.in] fix indent
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Oct 2010 06:37:52 +0000 (15:37 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Oct 2010 06:37:52 +0000 (15:37 +0900)
src/lib/Elementary.h.in
src/lib/elc_anchorblock.c
src/lib/elc_anchorview.c

index fdc640d..6b6743a 100644 (file)
@@ -2862,16 +2862,16 @@ extern "C" {
 
    /* do not use except clipboard history module */
    EAPI Eina_Bool elm_cbhm_helper_init(Evas_Object *self);
-   EAPI void elm_cbhm_send_raw_data(char *cmd);
+   EAPI void      elm_cbhm_send_raw_data(char *cmd);
 
    /* Xml Animator */
    typedef struct _Elm_Xml_Animator Elm_Xml_Animator;
 
    EAPI Eina_Bool elm_xml_animator_file_set(Elm_Xml_Animator *xa, const char *file);
-EAPI Eina_Bool elm_xml_animator_object_add(Elm_Xml_Animator *xa, Evas_Object *obj, const char *title, void (*end_func)(void *data, Evas_Object *obj), void *data);
-EAPI void elm_xml_animator_object_del(Elm_Xml_Animator *xa, Evas_Object *obj);
-EAPI void elm_xml_animator_del(Elm_Xml_Animator *xa);
-EAPI void elm_xml_animator_run(Elm_Xml_Animator *xa);
+   EAPI Eina_Bool elm_xml_animator_object_add(Elm_Xml_Animator *xa, Evas_Object *obj, const char *title, void (*end_func)(void *data, Evas_Object *obj), void *data);
+   EAPI void      elm_xml_animator_object_del(Elm_Xml_Animator *xa, Evas_Object *obj);
+   EAPI void      elm_xml_animator_del(Elm_Xml_Animator *xa);
+   EAPI void      elm_xml_animator_run(Elm_Xml_Animator *xa);
    
 #ifdef __cplusplus
 }
index ebd0e6b..1f233cc 100644 (file)
@@ -251,7 +251,7 @@ elm_anchorblock_text_set(Evas_Object *obj, const char *text)
   *
   * @param obj The anchorblock object
   * @return text The markup text set or @c NULL, either if it was not set
-  * or an error ocurred
+  * or an error occurred
   *
   * @ingroup Anchorblock
   */
index adbb7bd..f5495f8 100644 (file)
@@ -245,7 +245,7 @@ elm_anchorview_text_set(Evas_Object *obj, const char *text)
   *
   * @param obj The anchorview object
   * @return text The markup text set or @c NULL, either if it was not set
-  * or an error ocurred
+  * or an error occurred
   *
   * @ingroup Anchorview
   */