formatting + space cleanups

SVN revision: 48266
This commit is contained in:
Hannes Janetzek 2010-04-24 00:54:12 +00:00
parent da0e1fb856
commit 55ba16a896
14 changed files with 276 additions and 287 deletions

View File

@ -604,5 +604,3 @@ evry_view_unregister(Evry_View *view)
{
evry_conf->views = eina_list_remove(evry_conf->views, view);
}

View File

@ -2098,4 +2098,3 @@ _evry_cb_selection_notify(void *data, int type, void *event)
return 1;
}

View File

@ -345,4 +345,3 @@ evry_history_item_usage_set(Eina_Hash *hist, Evry_Item *it, const char *input, c
return 0;
}

View File

@ -47,4 +47,3 @@ evry_plug_clipboard_shutdown(void)
ecore_x_window_free(clipboard_win);
evry_action_free(act);
}

View File

@ -64,5 +64,3 @@ evry_plug_text_shutdown(void)
EVRY_PLUGIN_FREE(p1);
EVRY_PLUGIN_FREE(p2);
}

View File

@ -137,4 +137,3 @@ view_help_shutdown(void)
evry_view_unregister(view);
E_FREE(view);
}

View File

@ -1428,4 +1428,3 @@ view_thumb_shutdown(void)
evry_view_unregister(EVRY_VIEW(view));
E_FREE(view);
}

View File

@ -623,5 +623,3 @@ evry_util_url_escape(const char *string, int inlength)
ns[strindex]=0; /* terminate it */
return ns;
}