aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-08 20:05:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-08 20:28:04 +0800
commit50bc7daf00d7e886e0566f794d1aaabf0c3d9f91 (patch)
tree5674e8a0645152c865e2141f17ca2037deafb515 /modules
parent9d0632eb54ae1d5f4ae9c85d5131f57f6f20f4bc (diff)
downloadgsoc2013-evolution-50bc7daf00d7e886e0566f794d1aaabf0c3d9f91.tar
gsoc2013-evolution-50bc7daf00d7e886e0566f794d1aaabf0c3d9f91.tar.gz
gsoc2013-evolution-50bc7daf00d7e886e0566f794d1aaabf0c3d9f91.tar.bz2
gsoc2013-evolution-50bc7daf00d7e886e0566f794d1aaabf0c3d9f91.tar.lz
gsoc2013-evolution-50bc7daf00d7e886e0566f794d1aaabf0c3d9f91.tar.xz
gsoc2013-evolution-50bc7daf00d7e886e0566f794d1aaabf0c3d9f91.tar.zst
gsoc2013-evolution-50bc7daf00d7e886e0566f794d1aaabf0c3d9f91.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'modules')
-rw-r--r--modules/backup-restore/evolution-backup-tool.c2
-rw-r--r--modules/calendar/e-cal-shell-backend.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/backup-restore/evolution-backup-tool.c b/modules/backup-restore/evolution-backup-tool.c
index 10522c5f09..93a56bd672 100644
--- a/modules/backup-restore/evolution-backup-tool.c
+++ b/modules/backup-restore/evolution-backup-tool.c
@@ -157,7 +157,7 @@ strip_home_dir (const gchar *dir)
static GString *
replace_variables (const gchar *str,
- gboolean remove_dir_sep)
+ gboolean remove_dir_sep)
{
GString *res = NULL, *use;
const gchar *strip_datadir, *strip_configdir;
diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c
index ec7af990e5..a631c75cd5 100644
--- a/modules/calendar/e-cal-shell-backend.c
+++ b/modules/calendar/e-cal-shell-backend.c
@@ -364,8 +364,8 @@ cal_shell_backend_init_importers (void)
static void
populate_g_date (GDate *date,
- time_t utc_time,
- icaltimezone *zone)
+ time_t utc_time,
+ icaltimezone *zone)
{
struct icaltimetype icaltm;