summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher S. Hall <christopher.s.hall@intel.com>2018-06-12 10:45:02 -0400
committerChristopher S. Hall <christopher.s.hall@intel.com>2018-06-12 10:54:34 -0400
commitb66379611283f1daae1008f9fb8f084bf115a531 (patch)
tree0e593f3b76dcffe86e73d54b7c39dd831e5915a5
parent87acb2c7a6423db8df70acdcd2404785b3198a74 (diff)
downloadOpen-AVB-b66379611283f1daae1008f9fb8f084bf115a531.tar.gz
Fix mixed tab/space formatting
-rw-r--r--daemons/gptp/common/gptp_cfg.hpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/daemons/gptp/common/gptp_cfg.hpp b/daemons/gptp/common/gptp_cfg.hpp
index e8801daf..4b172b4c 100644
--- a/daemons/gptp/common/gptp_cfg.hpp
+++ b/daemons/gptp/common/gptp_cfg.hpp
@@ -66,23 +66,23 @@ class GptpIniParser
*/
typedef struct
{
- /*ptp data set*/
- unsigned char priority1;
+ /*ptp data set*/
+ unsigned char priority1;
/* Clock data set */
char systemClockDesc[MAX_CLOCK_DESC_LEN+1];
- /*port data set*/
- unsigned int announceReceiptTimeout;
- unsigned int syncReceiptTimeout;
- unsigned int syncReceiptThresh; //!< Number of wrong sync messages that will trigger a switch to master
- int64_t neighborPropDelayThresh;
- unsigned int seqIdAsCapableThresh;
- uint16_t lostPdelayRespThresh;
- PortState port_state;
-
- /*ethernet adapter data set*/
- std::string ifname;
+ /*port data set*/
+ unsigned int announceReceiptTimeout;
+ unsigned int syncReceiptTimeout;
+ unsigned int syncReceiptThresh; //!< Number of wrong sync messages that will trigger a switch to master
+ int64_t neighborPropDelayThresh;
+ unsigned int seqIdAsCapableThresh;
+ uint16_t lostPdelayRespThresh;
+ PortState port_state;
+
+ /*ethernet adapter data set*/
+ std::string ifname;
phy_delay_map_t phy_delay;
} gptp_cfg_t;