No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / image_filename_sorter.cc
index 0cb6adc6bf182705490e44eed16c80b70ccd0741..5a3e1dcecf6ce11297ba7c94c00945393d4d7377 100644 (file)
@@ -40,7 +40,7 @@ private:
        boost::optional<int> extract_number (boost::filesystem::path p)
        {
                p = p.leaf ();
-               
+
                std::string number;
                for (size_t i = 0; i < p.string().size(); ++i) {
                        if (isdigit (p.string()[i])) {