tool/MasterDevice.h
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 1966 23c638a81fe7
child 2597 0e145bb05859
--- a/tool/MasterDevice.h	Thu Sep 06 19:52:17 2012 +0200
+++ b/tool/MasterDevice.h	Thu Sep 06 20:22:24 2012 +0200
@@ -43,7 +43,7 @@
     public runtime_error
 {
     friend class MasterDevice;
-    
+
     protected:
         /** Constructor with string parameter. */
         MasterDeviceException(
@@ -59,13 +59,13 @@
 /****************************************************************************/
 
 class MasterDeviceSdoAbortException:
-    public MasterDeviceException 
+    public MasterDeviceException
 {
     friend class MasterDevice;
 
     public:
         uint32_t abortCode;
-    
+
     protected:
         /** Constructor with abort code parameter. */
         MasterDeviceSdoAbortException(uint32_t code):
@@ -77,13 +77,13 @@
 /****************************************************************************/
 
 class MasterDeviceSoeException:
-    public MasterDeviceException 
+    public MasterDeviceException
 {
     friend class MasterDevice;
 
     public:
         uint16_t errorCode;
-    
+
     protected:
         /** Constructor with error code parameter. */
         MasterDeviceSoeException(uint16_t code):