[gnome-photos] selection-controller: Add missing whitespace



commit 2f9b3abb10e19c7c4a008f91654f9f82ae4568ea
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jul 24 13:15:28 2014 +0200

    selection-controller: Add missing whitespace

 src/photos-selection-controller.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-selection-controller.c b/src/photos-selection-controller.c
index ebbd637..6fd9f82 100644
--- a/src/photos-selection-controller.c
+++ b/src/photos-selection-controller.c
@@ -214,7 +214,7 @@ photos_selection_controller_set_selection (PhotosSelectionController *self, GLis
     {
       GList *l;
 
-      for (l = selection; l!= NULL; l = l->next)
+      for (l = selection; l != NULL; l = l->next)
         priv->selection = g_list_prepend (priv->selection, g_strdup (l->data));
     }
 


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