summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/platform
diff options
context:
space:
mode:
authorBrant Thomsen <brant.thomsen@harman.com>2017-06-21 14:34:51 -0600
committerBrant Thomsen <brant.thomsen@harman.com>2017-06-21 14:34:51 -0600
commiteab6d2d61ebe9798a493af1728b1bfbe9c0e50fa (patch)
tree2446615804847001cfb117eebc53499ab39ff9cd /lib/avtp_pipeline/platform
parentb54ca1adc871711763e0a761008fdba09bddf489 (diff)
downloadOpen-AVB-eab6d2d61ebe9798a493af1728b1bfbe9c0e50fa.tar.gz
White space fix
Diffstat (limited to 'lib/avtp_pipeline/platform')
-rw-r--r--lib/avtp_pipeline/platform/Linux/endpoint/openavb_endpoint_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/avtp_pipeline/platform/Linux/endpoint/openavb_endpoint_cfg.h b/lib/avtp_pipeline/platform/Linux/endpoint/openavb_endpoint_cfg.h
index c27e2b11..b8249146 100644
--- a/lib/avtp_pipeline/platform/Linux/endpoint/openavb_endpoint_cfg.h
+++ b/lib/avtp_pipeline/platform/Linux/endpoint/openavb_endpoint_cfg.h
@@ -47,7 +47,7 @@ https://github.com/benhoyt/inih/commit/74d2ca064fb293bc60a77b0bd068075b293cf175.
#define DEFAULT_SAVE_INI_FILE "endpoint_save.ini"
typedef struct {
- char ifname[IFNAMSIZ + 10]; // Include space for the socket type prefix (e.g. "simple:eth0")
+ char ifname[IFNAMSIZ + 10]; // Include space for the socket type prefix (e.g. "simple:eth0")
U8 ifmac[ETH_ALEN];
char *ptp_start_opts;
int ifindex;