From d4b54737d3df8c01039815212e6f269f16b4e2bc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 13 Jun 2011 10:27:22 -0400 Subject: Coding style and whitespace cleanups. --- addressbook/gui/widgets/eab-gui-util.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'addressbook/gui/widgets/eab-gui-util.c') diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index d1fc8fd254..1ade6b143a 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -82,8 +82,6 @@ typedef enum { ADDRESS_FORMAT_BUSINESS = 1 } AddressFormat; - - void eab_error_dialog (EAlertSink *alert_sink, const gchar *msg, const GError *error) { @@ -584,7 +582,6 @@ eab_parse_qp_email_to_html (const gchar *string) return value; } - /* * eab_format_address helper function * @@ -643,7 +640,6 @@ get_locales_str (void) return ret; } - /* * Reads countrytransl.map file, which contains map of localized * country names and their ISO codes and tries to find matching record @@ -706,7 +702,6 @@ country_to_ISO (const gchar *country) return res; } - /* * Tries to find given key in "country_LANGUAGE" group. When fails to find * such group, then fallbacks to "country" group. When such group does not @@ -966,7 +961,7 @@ parse_address_template_section (const gchar *format, bpos1 = pos + 2; bpos2 = find_balanced_bracket (bpos1); - inner = g_strndup (bpos1 + 1, bpos2 - bpos1 - 2); /* Get inner content of the %0(...) */ + inner = g_strndup (bpos1 + 1, bpos2 - bpos1 - 2); /* Get inner content of the %0 (...) */ replaced = parse_address_template_section (inner, realname, org_name, address, &ires); if (replaced) g_string_append (res, ires); -- cgit v1.2.3