From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- plugins/ipod-sync/evolution-ipod-sync.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/ipod-sync/evolution-ipod-sync.c') diff --git a/plugins/ipod-sync/evolution-ipod-sync.c b/plugins/ipod-sync/evolution-ipod-sync.c index 73e5536c17..63372f5459 100644 --- a/plugins/ipod-sync/evolution-ipod-sync.c +++ b/plugins/ipod-sync/evolution-ipod-sync.c @@ -25,7 +25,7 @@ ipod_check_status (gboolean silent) { LibHalContext *ctx; DBusConnection *conn; - + if (check_hal () == FALSE) { if (!silent) { @@ -45,9 +45,9 @@ ipod_check_status (gboolean silent) gtk_widget_destroy (message); } return FALSE; - + } - + conn = dbus_bus_get (DBUS_BUS_SYSTEM, NULL); ctx = libhal_ctx_new (); @@ -55,7 +55,7 @@ ipod_check_status (gboolean silent) if (!libhal_ctx_init(ctx, NULL)) return FALSE; - + mount_point = find_ipod_mount_point (ctx); if (mount_point == NULL) { -- cgit v1.2.3