diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-01-23 12:04:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-23 12:04:56 +0800 |
commit | 9acd121a93cf023501b48992ebe4341d4220301c (patch) | |
tree | 2506a9361c0043d7513d124abdd964467a750b98 /e-util/e-text-event-processor.c | |
parent | 53d9c34bb570d65740de43f8a711dc6cc53d5977 (diff) | |
download | gsoc2013-evolution-9acd121a93cf023501b48992ebe4341d4220301c.tar.gz gsoc2013-evolution-9acd121a93cf023501b48992ebe4341d4220301c.tar.zst gsoc2013-evolution-9acd121a93cf023501b48992ebe4341d4220301c.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'e-util/e-text-event-processor.c')
-rw-r--r-- | e-util/e-text-event-processor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-text-event-processor.c b/e-util/e-text-event-processor.c index 6496a63294..870aeed58f 100644 --- a/e-util/e-text-event-processor.c +++ b/e-util/e-text-event-processor.c @@ -90,7 +90,8 @@ e_text_event_processor_init (ETextEventProcessor *tep) } gint -e_text_event_processor_handle_event (ETextEventProcessor *tep, ETextEventProcessorEvent *event) +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); |