formatting.

SVN revision: 57073
This commit is contained in:
Carsten Haitzler 2011-02-16 03:46:27 +00:00
parent 3cdc57de3e
commit 49765f25bb
1 changed files with 2 additions and 3 deletions

View File

@ -1246,13 +1246,12 @@ _e_fwin_changed(void *data,
}
else
{
#define RELEASE_STR(x) if (x) { eina_stringshare_del(x); (x) = NULL; \
}
#define RELEASE_STR(x) if (x) {eina_stringshare_del(x); (x) = NULL;}
RELEASE_STR(fwin->wallpaper_file);
RELEASE_STR(fwin->overlay_file);
RELEASE_STR(fwin->scrollframe_file);
RELEASE_STR(fwin->theme_file);
#undef RELEASE_STR
#undef RELEASE_STR
}
if (fwin->under_obj)
{