From 7cb1de17b3b1fc5f95de88619b0e7d8e12f9e8cb Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 30 Aug 2011 15:00:14 +0000 Subject: [PATCH] E/Illume: Let's keep with the existing formatting shall we ? ;) SVN revision: 62992 --- src/modules/illume2/e_illume.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/illume2/e_illume.c b/src/modules/illume2/e_illume.c index 932f6e586..6a81f43a3 100644 --- a/src/modules/illume2/e_illume.c +++ b/src/modules/illume2/e_illume.c @@ -442,8 +442,8 @@ e_illume_border_is_quickpanel(E_Border *bd) * * @ingroup E_Illume_Main_Group */ - -EAPI Eina_Bool e_illume_border_is_fixed_size(E_Border *bd) +EAPI Eina_Bool +e_illume_border_is_fixed_size(E_Border *bd) { /* make sure we have a border */ if (!bd) return EINA_FALSE;