Mercurial > dedupe
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 33:44a3c32dd0cb | 34:fda70a362ed5 |
|---|---|
| 6 { | 6 { |
| 7 set = this->set; | 7 set = this->set; |
| 8 if (!set) | 8 if (!set) |
| 9 set = new HuffmanSet(); | 9 set = new HuffmanSet(); |
| 10 this->set = set; | 10 this->set = set; |
| 11 | 11 |
| 12 key = set->insert(str); | 12 key = set->insert(str); |
| 13 } | 13 } |
| 14 | 14 |
| 15 QString HuffmanString::toString() const | 15 QString HuffmanString::toString() const |
| 16 { | 16 { |
