mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
1cd96b2dc4
commit
1ae6ec9038
@ -9,9 +9,7 @@ WHITESPACE=$(git grep -n -I -E "^.*[[:space:]]+$" | grep -v "test/libsolidity/AS
|
|||||||
if [[ "$WHITESPACE" != "" ]]
|
if [[ "$WHITESPACE" != "" ]]
|
||||||
then
|
then
|
||||||
echo "Error: Trailing whitespace found:" >&2
|
echo "Error: Trailing whitespace found:" >&2
|
||||||
echo "\"$WHITESPACE\"" >&2
|
echo "$WHITESPACE" >&2
|
||||||
exit 1
|
exit 1
|
||||||
else
|
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user