From 7b98c39b0adecc942c091d293032851149107dbc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 Dec 2013 09:30:49 -0500 Subject: Coding style and whitespace cleanup. --- mail/em-subscription-editor.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mail/em-subscription-editor.c') diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c index 52a7314ec5..86d99838d0 100644 --- a/mail/em-subscription-editor.c +++ b/mail/em-subscription-editor.c @@ -1596,8 +1596,12 @@ subscription_editor_constructed (GObject *object) /* Chain up to parent's constructed() method. */ G_OBJECT_CLASS (em_subscription_editor_parent_class)->constructed (object); - g_signal_connect (editor, "delete-event", G_CALLBACK (subscription_editor_delete_event_cb), NULL); - g_signal_connect (editor, "response", G_CALLBACK (subscription_editor_response_cb), NULL); + g_signal_connect ( + editor, "delete-event", + G_CALLBACK (subscription_editor_delete_event_cb), NULL); + g_signal_connect ( + editor, "response", + G_CALLBACK (subscription_editor_response_cb), NULL); } static void -- cgit v1.2.3