aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-attachment.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-01-10 23:30:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-01-11 00:20:32 +0800
commitb1ed35f70d09601717e32eb5c762f79908b0bcf8 (patch)
treec4fa0b5f5d0dc7dd8cb1a2c3931fd25d97d08b41 /e-util/e-attachment.c
parent54442be416bcdb1c3632fb9211d335f9b5cb3397 (diff)
downloadgsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar
gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.gz
gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.bz2
gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.lz
gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.xz
gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.zst
gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'e-util/e-attachment.c')
-rw-r--r--e-util/e-attachment.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/e-util/e-attachment.c b/e-util/e-attachment.c
index 3357775111..22ad0be653 100644
--- a/e-util/e-attachment.c
+++ b/e-util/e-attachment.c
@@ -2020,7 +2020,7 @@ e_attachment_load_handle_error (EAttachment *attachment,
gboolean
e_attachment_load (EAttachment *attachment,
- GError **error)
+ GError **error)
{
EAsyncClosure *closure;
GAsyncResult *result;
@@ -2321,8 +2321,8 @@ e_attachment_open_handle_error (EAttachment *attachment,
gboolean
e_attachment_open (EAttachment *attachment,
- GAppInfo *app_info,
- GError **error)
+ GAppInfo *app_info,
+ GError **error)
{
EAsyncClosure *closure;
GAsyncResult *result;
@@ -2858,9 +2858,9 @@ e_attachment_save_handle_error (EAttachment *attachment,
gboolean
e_attachment_save (EAttachment *attachment,
- GFile *in_destination,
- GFile **out_destination,
- GError **error)
+ GFile *in_destination,
+ GFile **out_destination,
+ GError **error)
{
EAsyncClosure *closure;
GAsyncResult *result;