diff options
author | Milan Crha <mcrha@redhat.com> | 2009-09-23 00:51:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-09-23 00:51:15 +0800 |
commit | 268fade61f362a3e73d67ed79795cacb1d49155b (patch) | |
tree | 087be85f9658e98567084358972b1e40b5441a7b /plugins | |
parent | ffe9df88b271e52aa8934762e73ed70b01464a60 (diff) | |
download | gsoc2013-evolution-268fade61f362a3e73d67ed79795cacb1d49155b.tar.gz gsoc2013-evolution-268fade61f362a3e73d67ed79795cacb1d49155b.tar.zst gsoc2013-evolution-268fade61f362a3e73d67ed79795cacb1d49155b.zip |
Remove trailing whitespaces
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml | 2 | ||||
-rw-r--r-- | plugins/groupwise-features/process-meeting.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml index 6ebc98e42c..7e7c3efdf7 100644 --- a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml +++ b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml @@ -89,7 +89,7 @@ <hook class="org.gnome.evolution.shell.events:1.0"> <event id="upgrade.done" handle="ensure_mandatory_esource_properties" target="upgrade"/> - </hook> + </hook> </e-plugin> </e-plugin-list> diff --git a/plugins/groupwise-features/process-meeting.c b/plugins/groupwise-features/process-meeting.c index 7f49d8ab5d..90ac465a43 100644 --- a/plugins/groupwise-features/process-meeting.c +++ b/plugins/groupwise-features/process-meeting.c @@ -217,7 +217,7 @@ get_calendar_view (EShellView *shell_view) view_type = gnome_calendar_get_view (gcal); - return gnome_calendar_get_calendar_view (gcal, view_type); + return gnome_calendar_get_calendar_view (gcal, view_type); } void |