[folks] core: Fix some whitespace problems in PotentialMatch



commit 9a827c1f1126b906b18392f3f93566cc68842397
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Apr 29 11:55:53 2012 +0100

    core: Fix some whitespace problems in PotentialMatch

 folks/potential-match.vala |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/folks/potential-match.vala b/folks/potential-match.vala
index b8c4f42..55e9fe0 100644
--- a/folks/potential-match.vala
+++ b/folks/potential-match.vala
@@ -201,8 +201,8 @@ public class Folks.PotentialMatch : Object
               this._individual_b.full_name,
               out exact_match) ||
           this._look_alike_or_identical (this._individual_a.alias,
-	      this._individual_b.full_name,
-	      out exact_match) ||
+              this._individual_b.full_name,
+              out exact_match) ||
           this._look_alike_or_identical (this._individual_a.full_name,
               this._individual_b.alias,
               out exact_match) ||
@@ -252,10 +252,10 @@ public class Folks.PotentialMatch : Object
       if (similarity >= this._DIST_THRESHOLD)
         {
           int inc = 2;
-	  /* We need exact matches to go to at least HIGH, or otherwise its
-	     not possible to get a HIGH match for e.g. a facebook telepathy
-	     persona, where alias is the only piece of information
-	     available */
+          /* We need exact matches to go to at least HIGH, or otherwise its
+             not possible to get a HIGH match for e.g. a facebook telepathy
+             persona, where alias is the only piece of information
+             available */
           if (exact_match)
             inc += 1;
           this._result = this._inc_match_level (this._result, inc);



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