tool/Command.cpp
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2014 1d2111370ad5
child 2436 960cc1bb6b4a
--- a/tool/Command.cpp	Thu Sep 06 19:52:17 2012 +0200
+++ b/tool/Command.cpp	Thu Sep 06 20:22:24 2012 +0200
@@ -222,7 +222,7 @@
 {
     return name.substr(0, cmd.length()) == cmd;
 }
-    
+
 /****************************************************************************/
 
 bool Command::matchesAbbrev(const string &abb) const
@@ -238,7 +238,7 @@
 
     return true;
 }
-    
+
 /*****************************************************************************/
 
 string Command::numericInfo()
@@ -497,7 +497,7 @@
         default: ret = "???";
     }
 
-    if (state & EC_SLAVE_STATE_ACK_ERR) { 
+    if (state & EC_SLAVE_STATE_ACK_ERR) {
         ret += "+ERROR";
     }