tool/MasterDevice.h
changeset 2589 2b9c78543663
parent 1966 23c638a81fe7
child 2597 0e145bb05859
--- a/tool/MasterDevice.h	Thu Sep 06 14:21:02 2012 +0200
+++ b/tool/MasterDevice.h	Mon Nov 03 15:20:05 2014 +0100
@@ -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):