ecore-evas-x: Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-05 14:31:22 +00:00
parent 238208b829
commit 8e48e864ae
1 changed files with 3 additions and 2 deletions

View File

@ -361,13 +361,14 @@ _ecore_evas_x_aux_hints_supprted_update(Ecore_Evas *ee)
(root, ECORE_X_ATOM_E_WINDOW_AUX_HINT_SUPPORTED_LIST,
ECORE_X_ATOM_STRING, 0, &data, &n);
if ((res == 8) && (n >0))
if ((res == 8) && (n > 0))
{
str = eina_str_split_full((char *)data, ",", -1, &num);
for (i = 0; i < num; i++)
{
hint = eina_stringshare_add(str[i]);
ee->prop.aux_hint.supported_list = eina_list_append(ee->prop.aux_hint.supported_list, hint);
ee->prop.aux_hint.supported_list =
eina_list_append(ee->prop.aux_hint.supported_list, hint);
}
if (num > 0)