[folks] core: Indentation fix



commit bdf03cf9633689a162bb235df3a617a0b562fead
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Jan 22 16:19:33 2015 +0000

    core: Indentation fix

 folks/individual-aggregator.vala |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 5bf366b..93fa0bd 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -921,9 +921,9 @@ public class Folks.IndividualAggregator : Object
            */
           var stores = backend.persona_stores.values.to_array ();
           foreach (var persona_store in stores)
-              {
-                this._backend_persona_store_added_cb (backend, persona_store);
-              }
+            {
+              this._backend_persona_store_added_cb (backend, persona_store);
+            }
         }
     }
 


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