elm_image.h: align api declaration line with others.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 4 Apr 2013 12:27:37 +0000 (21:27 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 8 Apr 2013 10:29:19 +0000 (19:29 +0900)
src/lib/elm_image.h

index 5d30b44..ab1e9af 100644 (file)
@@ -643,7 +643,7 @@ EAPI Evas_Object     *elm_image_add(Evas_Object *parent);
  *
  * @ingroup Image
  */
-EAPI Eina_Bool             elm_image_memfile_set(Evas_Object *obj, const void *img, size_t size, const char *format, const char *key);
+EAPI Eina_Bool        elm_image_memfile_set(Evas_Object *obj, const void *img, size_t size, const char *format, const char *key);
 
 /**
  * Set the file that will be used as the image's source.
@@ -831,7 +831,7 @@ EAPI Eina_Bool        elm_image_fill_outside_get(const Evas_Object *obj);
  * @param disabled If EINA_TRUE, preloading will be disabled
  * @ingroup Image
  */
-EAPI void                  elm_image_preload_disabled_set(Evas_Object *obj, Eina_Bool disabled);
+EAPI void             elm_image_preload_disabled_set(Evas_Object *obj, Eina_Bool disabled);
 
 /**
  * Set the prescale size for the image