diff -r 45d2dff788f2 -r 5e080a5d2533 src/FingersDance.GestureControl/GestureVector.cs --- a/src/FingersDance.GestureControl/GestureVector.cs Fri Nov 20 17:14:52 2009 +0100 +++ b/src/FingersDance.GestureControl/GestureVector.cs Mon Nov 23 09:59:11 2009 +0100 @@ -93,7 +93,7 @@ /*if (this.GetPattern() != "None") return true; else*/ - return false; + return false; } /// /// Get distance between two points @@ -134,7 +134,7 @@ List Points = new List(); List Vectors = new List(); - + for (int index = 1; index <= list.Count; index++) { if (index == list.Count / 2 || index == list.Count) @@ -261,4 +261,4 @@ } #endregion } -} \ No newline at end of file +}