aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:51:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:51:11 +0800
commit6b12be62e100934ccae65f197c8c7eef2c8ae3a4 (patch)
tree1323080c8665ed0d3024545345cba825708de76d /addressbook
parent6ee3d89d0b3707cc6f48b1e0c9099623fd034c92 (diff)
downloadgsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.gz
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.bz2
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.lz
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.xz
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.zst
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.zip
Fix coding style.
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/conduit/address-conduit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/conduit/address-conduit.c b/addressbook/conduit/address-conduit.c
index 15cbe75045..4bba2a3ddc 100644
--- a/addressbook/conduit/address-conduit.c
+++ b/addressbook/conduit/address-conduit.c
@@ -470,7 +470,7 @@ addrconduit_load_configuration (guint32 pilot_id)
g_assert (c != NULL);
c->pilot_id = pilot_id;
- management = gnome_pilot_conduit_management_new ((gchar*)"e_address_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
+ management = gnome_pilot_conduit_management_new ((gchar *)"e_address_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
g_object_ref_sink (management);
config = gnome_pilot_conduit_config_new (management, pilot_id);
g_object_ref_sink (config);
@@ -2183,7 +2183,7 @@ conduit_get_gpilot_conduit (guint32 pilot_id)
LOG (g_message ( "in address's conduit_get_gpilot_conduit\n" ));
- retval = gnome_pilot_conduit_sync_abs_new ((gchar*)"AddressDB", 0x61646472);
+ retval = gnome_pilot_conduit_sync_abs_new ((gchar *)"AddressDB", 0x61646472);
g_assert (retval != NULL);
ctxt = e_addr_context_new (pilot_id);