master/slave.h
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2374 e898451c054a
child 2443 2c3ccdde3919
--- a/master/slave.h	Thu Sep 06 19:52:17 2012 +0200
+++ b/master/slave.h	Thu Sep 06 20:22:24 2012 +0200
@@ -128,7 +128,7 @@
 /** Slave information interface data.
  */
 typedef struct {
-    // Non-category data 
+    // Non-category data
     uint16_t alias; /**< Configured station alias. */
     uint32_t vendor_id; /**< Vendor ID. */
     uint32_t product_code; /**< Vendor-specific product code. */
@@ -257,7 +257,7 @@
         ec_direction_t);
 
 // misc.
-ec_sync_t *ec_slave_get_sync(ec_slave_t *, uint8_t); 
+ec_sync_t *ec_slave_get_sync(ec_slave_t *, uint8_t);
 
 void ec_slave_sdo_dict_info(const ec_slave_t *,
         unsigned int *, unsigned int *);