diff EditDistance.hpp @ 34:fda70a362ed5

Remove whitespace.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 06 Sep 2012 21:33:24 +0200
parents 06166d6c083b
children f711ddb56ae7
line wrap: on
line diff
--- a/EditDistance.hpp	Thu Sep 06 21:32:33 2012 +0200
+++ b/EditDistance.hpp	Thu Sep 06 21:33:24 2012 +0200
@@ -21,7 +21,7 @@
   static int Compute(QString a, QString b, bool removeDiacritics = false);
   static QString removeDiacritics(QString in);
 
-  //static cacheType cache; 
+  //static cacheType cache;
   static cacheType* cache;
 };