summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-04-12 11:02:54 +0200
committerGitHub <noreply@github.com>2019-04-12 11:02:54 +0200
commit25f31130f37098d84d7dbd2027901a74b9f81140 (patch)
tree09c0a5c937959b3671ae357f2219c0b43b7a655d /src/shared
parentd34f7bd2472220671996609580ee1635b1d683cc (diff)
parent3b69b18fbfc8dd5599bdb2d4654644a341046e3e (diff)
downloadsystemd-25f31130f37098d84d7dbd2027901a74b9f81140.tar.gz
Merge pull request #12221 from keszybz/test-cleanups
Script indentation cleanups
Diffstat (limited to 'src/shared')
-rwxr-xr-xsrc/shared/generate-ip-protocol-list.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/generate-ip-protocol-list.sh b/src/shared/generate-ip-protocol-list.sh
index a9b1e0fb57..3f9197949f 100755
--- a/src/shared/generate-ip-protocol-list.sh
+++ b/src/shared/generate-ip-protocol-list.sh
@@ -2,5 +2,5 @@
set -eu
$1 -dM -include netinet/in.h - </dev/null | \
- awk '/^#define[ \t]+IPPROTO_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
- sed -e 's/IPPROTO_//'
+ awk '/^#define[ \t]+IPPROTO_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
+ sed -e 's/IPPROTO_//'