tool/CommandRescan.cpp
changeset 2589 2b9c78543663
parent 1968 4f682084c643
--- a/tool/CommandRescan.cpp	Thu Sep 06 14:21:02 2012 +0200
+++ b/tool/CommandRescan.cpp	Mon Nov 03 15:20:05 2014 +0100
@@ -65,7 +65,7 @@
 void CommandRescan::execute(const StringVector &args)
 {
 	MasterIndexList masterIndices;
-    
+
     if (args.size() != 0) {
         stringstream err;
         err << "'" << getName() << "' takes no arguments!";