aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/memo
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-20 07:36:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-20 07:36:46 +0800
commit83a264cd7e6e28af8ea9ea3442693a2d409be458 (patch)
tree73000d9651cfd4f576a878e3564ed8f31eee3bb4 /calendar/conduits/memo
parent124a4f8913e924d1ca58575b1382630147fa6f3e (diff)
downloadgsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.gz
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.bz2
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.lz
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.xz
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.zst
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'calendar/conduits/memo')
-rw-r--r--calendar/conduits/memo/memo-conduit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/conduits/memo/memo-conduit.c b/calendar/conduits/memo/memo-conduit.c
index 5b25ca6da9..d04e42b156 100644
--- a/calendar/conduits/memo/memo-conduit.c
+++ b/calendar/conduits/memo/memo-conduit.c
@@ -811,7 +811,7 @@ pre_sync (GnomePilotConduit *conduit,
ctxt->client = NULL;
#ifdef PILOT_LINK_0_12
- if(NULL == dbi->pilotInfo->pilot_charset)
+ if (NULL == dbi->pilotInfo->pilot_charset)
ctxt->pilot_charset = NULL;
else
ctxt->pilot_charset = g_strdup(dbi->pilotInfo->pilot_charset);