Very minor formatting fix.

SVN revision: 33606
This commit is contained in:
Christopher Michael 2008-01-25 04:48:06 +00:00
parent ef7ca9353d
commit 87ad212fab
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ _e_smart_color_set(Evas_Object *obj, int r, int g, int b, int a)
}
static void
_e_smart_clip_set(Evas_Object *obj, Evas_Object * clip)
_e_smart_clip_set(Evas_Object *obj, Evas_Object *clip)
{
INTERNAL_ENTRY;
evas_object_clip_set(sd->child_obj, clip);