tool/MasterDevice.h
changeset 1804 742607c464c4
parent 1516 e3b09f847512
child 1826 ec6223c3b7ec
--- a/tool/MasterDevice.h	Tue Feb 02 19:38:32 2010 +0100
+++ b/tool/MasterDevice.h	Fri Feb 05 10:29:47 2010 +0100
@@ -83,7 +83,7 @@
         ~MasterDevice();
 
         void setIndex(unsigned int);
-		unsigned int getIndex() const;
+        unsigned int getIndex() const;
 
         enum Permissions {Read, ReadWrite};
         void open(Permissions);
@@ -111,11 +111,11 @@
         void writeSii(ec_ioctl_slave_sii_t *);
         void readReg(ec_ioctl_slave_reg_t *);
         void writeReg(ec_ioctl_slave_reg_t *);
-		void setDebug(unsigned int);
-		void sdoDownload(ec_ioctl_slave_sdo_download_t *);
-		void sdoUpload(ec_ioctl_slave_sdo_upload_t *);
-		void requestState(uint16_t, uint8_t);
-		void readFoe(ec_ioctl_slave_foe_t *);
+        void setDebug(unsigned int);
+        void sdoDownload(ec_ioctl_slave_sdo_download_t *);
+        void sdoUpload(ec_ioctl_slave_sdo_upload_t *);
+        void requestState(uint16_t, uint8_t);
+        void readFoe(ec_ioctl_slave_foe_t *);
         void writeFoe(ec_ioctl_slave_foe_t *);
 #ifdef EC_EOE
         void getEoeHandler(ec_ioctl_eoe_handler_t *, uint16_t);
@@ -130,7 +130,7 @@
 
 inline unsigned int MasterDevice::getIndex() const
 {
-	return index;
+    return index;
 }
 
 /****************************************************************************/