(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...

This commit is contained in:
Charles Kerr
2010-03-17 17:07:40 +00:00
parent 225d479b2e
commit fe3d9ed95a
16 changed files with 29 additions and 30 deletions

View File

@@ -103,11 +103,11 @@ favicon_web_done_cb( tr_session * session UNUSED,
gtr_idle_add( favicon_web_done_idle_cb, fav );
}
void
gtr_get_favicon( tr_session * session,
const char * host,
GFunc pixbuf_ready_func,
const char * host,
GFunc pixbuf_ready_func,
gpointer pixbuf_ready_func_data )
{
GdkPixbuf * pixbuf = favicon_load_from_cache( host );