From 7b0c6e035a9172b536b3eb8f627d85c1796b76de Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 4 Jul 2017 01:44:10 +1000 Subject: [PATCH] *: fix shfmt Recent changes in upstream shfmt have started causing our scripts to no longer be "correctly formatted". Fix up with `shfmt -w`. Signed-off-by: Aleksa Sarai --- script/check-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/check-config.sh b/script/check-config.sh index 88e9095384c..bb7552b5204 100755 --- a/script/check-config.sh +++ b/script/check-config.sh @@ -202,7 +202,7 @@ flags=( NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE NETFILTER_XT_MATCH_{ADDRTYPE,CONNTRACK} NF_NAT NF_NAT_NEEDED - + # required for bind-mounting /dev/mqueue into containers POSIX_MQUEUE )