From 4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 29 Aug 2010 10:44:16 -0400 Subject: Coding style and whitespace cleanup. --- e-util/e-text-event-processor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-text-event-processor.c') diff --git a/e-util/e-text-event-processor.c b/e-util/e-text-event-processor.c index c79033d702..9e2b2d6474 100644 --- a/e-util/e-text-event-processor.c +++ b/e-util/e-text-event-processor.c @@ -96,8 +96,8 @@ gint e_text_event_processor_handle_event (ETextEventProcessor *tep, ETextEventProcessorEvent *event) { - if (E_TEXT_EVENT_PROCESSOR_GET_CLASS(tep)->event) - return E_TEXT_EVENT_PROCESSOR_GET_CLASS(tep)->event(tep, event); + if (E_TEXT_EVENT_PROCESSOR_GET_CLASS (tep)->event) + return E_TEXT_EVENT_PROCESSOR_GET_CLASS (tep)->event (tep, event); else return 0; } -- cgit v1.2.3