From e77ee5d5d38ad95bce550db62bf4105f43cf88c6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Jan 2010 22:46:23 -0600 Subject: Coding style and whitespace cleanup. --- addressbook/printing/e-contact-print.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'addressbook/printing/e-contact-print.c') diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c index cc55b97769..07b13d2122 100644 --- a/addressbook/printing/e-contact-print.c +++ b/addressbook/printing/e-contact-print.c @@ -546,8 +546,10 @@ load_contacts (EContactPrintContext *ctxt) e_flag_free (book_view_started); - g_signal_handlers_disconnect_by_func (book_view, G_CALLBACK (contacts_added), ctxt); - g_signal_handlers_disconnect_by_func (book_view, G_CALLBACK (sequence_complete), book_view_started); + g_signal_handlers_disconnect_by_func ( + book_view, G_CALLBACK (contacts_added), ctxt); + g_signal_handlers_disconnect_by_func ( + book_view, G_CALLBACK (sequence_complete), book_view_started); } static void -- cgit