diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
commit | 0274669179600ac77475eed9870d2eab52c2cf14 (patch) | |
tree | 80f228649b670efac7f76ba5c0da5ed22a3a05c9 /addressbook/tools | |
parent | adb63f0f2156554a21dbfd8daba447001985e967 (diff) | |
download | gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip |
Fix excessive whitespace.
Diffstat (limited to 'addressbook/tools')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export-list-cards.c | 13 | ||||
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.h | 1 |
2 files changed, 0 insertions, 14 deletions
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); diff --git a/addressbook/tools/evolution-addressbook-export.h b/addressbook/tools/evolution-addressbook-export.h index 1d150b3f2a..804bd50780 100644 --- a/addressbook/tools/evolution-addressbook-export.h +++ b/addressbook/tools/evolution-addressbook-export.h @@ -64,7 +64,6 @@ union _ActionContext typedef union _ActionContext ActionContext; - /* action_list_folders */ guint action_list_folders_init (ActionContext * p_actctx); |