Mercurial > dedupe
diff FileDBLink.cpp @ 34:fda70a362ed5
Remove whitespace.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 06 Sep 2012 21:33:24 +0200 |
| parents | bf3dce7fedcb |
| children | f711ddb56ae7 |
line wrap: on
line diff
--- a/FileDBLink.cpp Thu Sep 06 21:32:33 2012 +0200 +++ b/FileDBLink.cpp Thu Sep 06 21:33:24 2012 +0200 @@ -7,9 +7,9 @@ #include <boost/bind.hpp> -#include <algorithm> +#include <algorithm> #include <cassert> -#include <functional> +#include <functional> #include <iostream> void FileDBLink::updateIfModified(const QString& path) @@ -54,7 +54,7 @@ default: throw IOException(errorMsg); } - } + } return hash.result(); } @@ -121,7 +121,7 @@ oList.insert(ptr->editDistance(), info); } return oList.values(); - + } } abort();
