diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-06-08 20:53:16 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-06-08 23:11:26 +0200 |
commit | 920b52e4909d9dc812817fd8b82f83ca23a11c91 (patch) | |
tree | 0ba19b644f2971c750cbee731b08d4d45d88fdbb /src/network/networkctl.c | |
parent | 3edf03546d707369ce4ab62968640a6f01bc8972 (diff) |
tree-wide: remove spurious space
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r-- | src/network/networkctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index 3454394977..68925debe6 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -814,7 +814,7 @@ static char *lldp_system_caps(uint16_t cap) { } if (cap & LLDP_SYSTEM_CAPABILITIES_ROUTER) { - s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_ROUTER), " ", NULL); + s = strjoin(t, lldp_system_capability_to_string(LLDP_SYSTEM_CAPABILITIES_ROUTER), " ", NULL); if (!s) return NULL; |