diff HuffmanString.cpp @ 34:fda70a362ed5

Remove whitespace.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 06 Sep 2012 21:33:24 +0200
parents 3bcdb8bb6914
children 76846cb92b5c
line wrap: on
line diff
--- a/HuffmanString.cpp	Thu Sep 06 21:32:33 2012 +0200
+++ b/HuffmanString.cpp	Thu Sep 06 21:33:24 2012 +0200
@@ -8,7 +8,7 @@
   if (!set)
     set = new HuffmanSet();
   this->set = set;
-  
+
   key = set->insert(str);
 }