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. --- addressbook/gui/widgets/e-contact-map-window.h | 2 +- addressbook/gui/widgets/eab-contact-formatter.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook') diff --git a/addressbook/gui/widgets/e-contact-map-window.h b/addressbook/gui/widgets/e-contact-map-window.h index 2db0bb6a78..ba4ffb89ab 100644 --- a/addressbook/gui/widgets/e-contact-map-window.h +++ b/addressbook/gui/widgets/e-contact-map-window.h @@ -63,7 +63,7 @@ struct _EContactMapWindowClass { GtkWindowClass parent_class; void (*show_contact_editor) (EContactMapWindow *window, - const gchar *contact_uid); + const gchar *contact_uid); }; GType e_contact_map_window_get_type (void) G_GNUC_CONST; diff --git a/addressbook/gui/widgets/eab-contact-formatter.c b/addressbook/gui/widgets/eab-contact-formatter.c index 0601291ed4..11371ac525 100644 --- a/addressbook/gui/widgets/eab-contact-formatter.c +++ b/addressbook/gui/widgets/eab-contact-formatter.c @@ -701,8 +701,8 @@ render_personal_column (EABContactFormatter *formatter, static void render_other_column (EABContactFormatter *formatter, - EContact *contact, - GString *buffer) + EContact *contact, + GString *buffer) { GString *accum = g_string_new (""); -- cgit v1.2.3