aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
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 /e-util
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 'e-util')
-rw-r--r--e-util/e-attachment-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-attachment-store.c b/e-util/e-attachment-store.c
index a608c06f74..55bc795095 100644
--- a/e-util/e-attachment-store.c
+++ b/e-util/e-attachment-store.c
@@ -418,7 +418,7 @@ e_attachment_store_get_total_size (EAttachmentStore *store)
static void
update_preview_cb (GtkFileChooser *file_chooser,
- gpointer data)
+ gpointer data)
{
GtkWidget *preview;
gchar *filename = NULL;