aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/todo/todo-conduit.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:06:45 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:06:45 +0800
commitdc0ab70f11e998c5d038fe1f078768b8dc071dc7 (patch)
tree7572a2672c92265fef2a037d2173be4beb4b83ec /calendar/conduits/todo/todo-conduit.c
parente7cdb05f83f3514f65ae1adfd5f0d2a4844d170c (diff)
downloadgsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.gz
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.bz2
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.lz
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.xz
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.zst
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.zip
Fix coding style.
Diffstat (limited to 'calendar/conduits/todo/todo-conduit.c')
-rw-r--r--calendar/conduits/todo/todo-conduit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c
index b5bfc5b996..4b9baa0fcf 100644
--- a/calendar/conduits/todo/todo-conduit.c
+++ b/calendar/conduits/todo/todo-conduit.c
@@ -128,7 +128,7 @@ todoconduit_load_configuration (guint32 pilot_id)
c->pilot_id = pilot_id;
- management = gnome_pilot_conduit_management_new ((gchar*)"e_todo_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
+ management = gnome_pilot_conduit_management_new ((gchar *)"e_todo_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);
@@ -1573,7 +1573,7 @@ conduit_get_gpilot_conduit (guint32 pilot_id)
LOG (g_message ( "in todo's conduit_get_gpilot_conduit\n" ));
- retval = gnome_pilot_conduit_sync_abs_new ((gchar*)"ToDoDB", 0x746F646F);
+ retval = gnome_pilot_conduit_sync_abs_new ((gchar *)"ToDoDB", 0x746F646F);
g_assert (retval != NULL);
ctxt = e_todo_context_new (pilot_id);