summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-27 15:51:28 -0700
committerKarl Williamson <khw@cpan.org>2014-10-21 09:26:49 -0600
commit0e0580046e789498690a4323d54c9c0ba13a05c5 (patch)
treea8e60031bdf821b923d3dad12fffc7479f5bbbb5 /makedepend.SH
parent558bc5733bc9dde03f4161b1179a8a49b7dbc432 (diff)
downloadperl-0e0580046e789498690a4323d54c9c0ba13a05c5.tar.gz
makedepend.SH: White-space only
Align continuation backslashes
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH30
1 files changed, 15 insertions, 15 deletions
diff --git a/makedepend.SH b/makedepend.SH
index fd10042e1c..ff66bc0dd8 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -158,21 +158,21 @@ for file in `$cat .clist`; do
# and the next char isn't a '*'; then things that start with '/**', but the
# next char isn't a '/'. (Subsequent lines of the comment are irrelevant
# and get dropped.)
- ( $echo "#line 2 \"$file\""; \
- $sed -n <$file \
- -e "/^${filebase}_init(/q" \
- -e ': testcont' \
- -e '/^[ ]*#/s|/\*.*\*/||' \
- -e '/\\$/{' \
- -e 'N' \
- -e 'b testcont' \
- -e '}' \
- -e 's/\\\n/ /g' \
- -e '/^#line/d' \
- -e '/^[ ]*#/{' \
- -e 's|[ ]*/\*[^*].*$||' \
- -e 's|[ ]*/\*\*[^/].*$||' \
- -e p \
+ ( $echo "#line 2 \"$file\""; \
+ $sed -n <$file \
+ -e "/^${filebase}_init(/q" \
+ -e ': testcont' \
+ -e '/^[ ]*#/s|[ ]*/\*..*\*/[ ]*| |' \
+ -e '/\\$/{' \
+ -e 'N' \
+ -e 'b testcont' \
+ -e '}' \
+ -e 's/\\\n/ /g' \
+ -e '/^#line/d' \
+ -e '/^[ ]*#/{' \
+ -e 's|[ ]*/\*[^*].*$||' \
+ -e 's|[ ]*/\*\*[^/].*$||' \
+ -e p \
-e '}' ) >UU/$file.c
# We're not sure why this was there; the #endif is extraneous on modern z/OS