tool/CommandStates.cpp
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 1968 4f682084c643
--- a/tool/CommandStates.cpp	Thu Sep 06 19:52:17 2012 +0200
+++ b/tool/CommandStates.cpp	Thu Sep 06 20:22:24 2012 +0200
@@ -74,7 +74,7 @@
     stringstream err;
     string stateStr;
     uint8_t state = 0x00;
-    
+
     if (args.size() != 1) {
         err << "'" << getName() << "' takes exactly one argument!";
         throwInvalidUsageException(err);