From 0274669179600ac77475eed9870d2eab52c2cf14 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- addressbook/tools/evolution-addressbook-export-list-cards.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'addressbook/tools/evolution-addressbook-export-list-cards.c') diff --git a/addressbook/tools/evolution-addressbook-export-list-cards.c b/addressbook/tools/evolution-addressbook-export-list-cards.c index 556931462a..ea3eb7a40e 100644 --- a/addressbook/tools/evolution-addressbook-export-list-cards.c +++ b/addressbook/tools/evolution-addressbook-export-list-cards.c @@ -246,7 +246,6 @@ gint output_n_cards_file (FILE * outputfile, GList *contacts, gint size, gint be static void fork_to_background (void); void set_pre_defined_field (GSList ** pre_defined_fields); - /* function declarations*/ gint e_contact_csv_get_contact_field (EContactFieldCSV csv_field) @@ -279,7 +278,6 @@ e_contact_csv_get_name (EContactFieldCSV csv_field) return quoted_name; } - gchar * e_contact_csv_get (EContact * contact, EContactFieldCSV csv_field) { @@ -398,7 +396,6 @@ e_contact_csv_get (EContact * contact, EContactFieldCSV csv_field) return quoted_field_value; } - gchar * e_contact_csv_get_header_line (GSList * csv_all_fields) { @@ -429,7 +426,6 @@ e_contact_csv_get_header_line (GSList * csv_all_fields) } - gchar * e_contact_to_csv (EContact * contact, GSList * csv_all_fields) { @@ -459,7 +455,6 @@ e_contact_to_csv (EContact * contact, GSList * csv_all_fields) } - gchar * e_contact_get_csv (EContact * contact, GSList * csv_all_fields) { @@ -469,7 +464,6 @@ e_contact_get_csv (EContact * contact, GSList * csv_all_fields) return aline; } - gchar * check_null_pointer (gchar * orig) { @@ -620,9 +614,6 @@ fork_to_background (void) #endif } - - - static void action_list_cards (GList *contacts, ActionContext * p_actctx) { @@ -642,7 +633,6 @@ action_list_cards (GList *contacts, ActionContext * p_actctx) exit (-1); } - if (p_actctx->action_list_cards.async_mode == FALSE) { /* normal mode */ if (p_actctx->action_list_cards.output_file == NULL) { @@ -667,7 +657,6 @@ action_list_cards (GList *contacts, ActionContext * p_actctx) } } - /*async mode */ else { @@ -690,7 +679,6 @@ action_list_cards (GList *contacts, ActionContext * p_actctx) exit (-1); } - if (p_actctx->action_list_cards.IsVCard == TRUE) format = CARD_FORMAT_VCARD; else @@ -706,7 +694,6 @@ action_list_cards (GList *contacts, ActionContext * p_actctx) IsFirstOne = FALSE; } - } while (series_no * size < length); g_free (file_series_name); -- cgit v1.2.3