[gnome-photos] base-item: Add missing whitespace



commit e4fa5013c53b519026a2fb8e6d6b4762c5ec86a7
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 2 17:10:13 2014 +0100

    base-item: Add missing whitespace

 src/photos-base-item.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index 8a6c645..5b2122b 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -971,7 +971,7 @@ photos_base_item_destroy (PhotosBaseItem *self)
 gchar *
 photos_base_item_download (PhotosBaseItem *self, GCancellable *cancellable, GError **error)
 {
-  return PHOTOS_BASE_ITEM_GET_CLASS (self)->download(self, cancellable, error);
+  return PHOTOS_BASE_ITEM_GET_CLASS (self)->download (self, cancellable, error);
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]