diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-29 17:08:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-29 17:08:18 +0100 |
commit | 793062063a27039584e9a6f968007b1e5436fc03 (patch) | |
tree | a44621eef70c71215256e266e7637aed6d47e2dc /src/shared | |
parent | f85857df75cfedbc0d10b8ca2400188dc8f4c22e (diff) |
missing: no tabs please, we are british
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/missing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/missing.h b/src/shared/missing.h index 0cfb6fa4c3..00e02871d2 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -420,7 +420,7 @@ static inline int setns(int fd, int nstype) { #define IFLA_BOND_AD_INFO 23 #define __IFLA_BOND_MAX 24 -#define IFLA_BOND_MAX (__IFLA_BOND_MAX - 1) +#define IFLA_BOND_MAX (__IFLA_BOND_MAX - 1) #endif #if !HAVE_DECL_IFLA_VLAN_PROTOCOL |