Merge "Fix coding rules" into tizen
[platform/core/connectivity/net-config.git] / include / network-monitor.h
index 16ed406..5155eb5 100755 (executable)
 extern "C" {
 #endif
 
-#define ETH_REG_BMSR           0x01
+#define ETH_REG_BMSR           0x01
 #define BMSR_LINK_VALID                0x0004
 
 #define SIOCGMIIPHY            0x8947          /* Get address of MII PHY in use. */
 #define SIOCGMIIREG            0x8948          /* Read MII PHY register.       */
 
 struct _stMData {
-    unsigned short phy_id;
-    unsigned short reg_num;
-    unsigned short val_in;
-    unsigned short val_out;
+       unsigned short phy_id;
+       unsigned short reg_num;
+       unsigned short val_in;
+       unsigned short val_out;
 };
 
 int netconfig_ethernet_cable_plugin_status_check();