]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
netlink: use whitespace instead of tab
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 Dec 2020 04:14:08 +0000 (13:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 Dec 2020 04:27:44 +0000 (13:27 +0900)
src/libsystemd/sd-netlink/netlink-types.c

index 167433337f7edafa9589a7eaa7e39b35896d67ac..2b32e52f31f6f5c354a611f7d964666ee4954568 100644 (file)
@@ -1467,7 +1467,7 @@ static const NLTypeSystem nfnl_nft_rule_expr_type_system = {
 static const NLType nfnl_nft_rule_types[] = {
         [NFTA_RULE_TABLE]       = { .type = NETLINK_TYPE_STRING, .size = NFT_TABLE_MAXNAMELEN - 1 },
         [NFTA_RULE_CHAIN]       = { .type = NETLINK_TYPE_STRING, .size = NFT_TABLE_MAXNAMELEN - 1 },
-        [NFTA_RULE_EXPRESSIONS]        = { .type = NETLINK_TYPE_NESTED, .type_system = &nfnl_nft_rule_expr_type_system }
+        [NFTA_RULE_EXPRESSIONS] = { .type = NETLINK_TYPE_NESTED, .type_system = &nfnl_nft_rule_expr_type_system }
 };
 
 static const NLTypeSystem nfnl_nft_rule_type_system = {