From c5593a9291956d8420a4c2d818bc1259a880aca2 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 7 Dec 2010 00:59:06 +0000 Subject: [PATCH] and more formatting fixes SVN revision: 55338 --- src/lib/Elementary.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 6ed8ca2..ad4966b 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -2391,8 +2391,8 @@ extern "C" { /* colorselector */ EAPI Evas_Object *elm_colorselector_add(Evas_Object *parent) EINA_ARG_NONNULL(1); - EAPI void elm_colorselector_color_set(Evas_Object *obj, int r, int g , int b, int a) EINA_ARG_NONNULL(1); - EAPI void elm_colorselector_color_get(const Evas_Object *obj, int *r, int *g , int *b, int *a) EINA_ARG_NONNULL(1); + EAPI void elm_colorselector_color_set(Evas_Object *obj, int r, int g , int b, int a) EINA_ARG_NONNULL(1); + EAPI void elm_colorselector_color_get(const Evas_Object *obj, int *r, int *g , int *b, int *a) EINA_ARG_NONNULL(1); /* smart callbacks called: * "changed" - when the color value changes */ -- 2.7.4