From 3c8d9517191f795cf2c56a83e064cd6d981e4b96 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 May 2010 00:04:12 +0000 Subject: [PATCH] Small formatting fix. SVN revision: 48929 --- src/bin/e_int_config_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index 3699fcea5..e79a872fd 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -225,7 +225,7 @@ _module_end_state_apply(CFModule *cfm) static CFType * _cftype_new(const char *key, const char *name, const char *icon) { - CFType * cft = E_NEW(CFType, 1); + CFType *cft = E_NEW(CFType, 1); if (!cft) return NULL; cft->key = eina_stringshare_add(key);