Skip to content

Commit 2f3bf2b

Browse files
committed
Remove whitespace from blank line
1 parent 7ece58d commit 2f3bf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/remove-obsolete-references.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FILES=`egrep -l '^\s*[-|+]\s*([^ ]*\.xml)\s*$' *.xml`
2525
while read FILE; do
2626
# List of referenced rulesets
2727
REFS=`sed -n 's/^\s*[-|+]\s*\([^ ]*\.xml\)\s*$/\1/gp' "$FILE"`
28-
28+
2929
while read REF; do
3030
if [ ! -f "$REF" ]; then
3131
echo >&2 "ERROR src/chrome/content/rules/$FILE: Dangling reference to $REF"

0 commit comments

Comments
 (0)