summaryrefslogtreecommitdiff
path: root/src/lib/image_filename_sorter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_filename_sorter.cc')
-rw-r--r--src/lib/image_filename_sorter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_filename_sorter.cc b/src/lib/image_filename_sorter.cc
index 0cb6adc6b..5a3e1dcec 100644
--- a/src/lib/image_filename_sorter.cc
+++ b/src/lib/image_filename_sorter.cc
@@ -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])) {