comparison src/eventloop.c @ 10566:62fc579810f4

[gaim-migrate @ 11949] Mostly some whitespace cleanups, a couple of documentation fixes/cleanups. I also removed toggle_sensitive() since it was duplicated a couple lines down. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 02 Feb 2005 17:13:41 +0000
parents 0f2af117d5d3
children 57fccea36e36
comparison
equal deleted inserted replaced
10565:3b66a8f25bad 10566:62fc579810f4
69 { 69 {
70 g_assert(eventloop_ui_ops != NULL); 70 g_assert(eventloop_ui_ops != NULL);
71 71
72 return eventloop_ui_ops; 72 return eventloop_ui_ops;
73 } 73 }
74
75