Commit 4083852b authored by Miek Gieben's avatar Miek Gieben Committed by Paul Greenberg

Remove trailing whitespace (#1955)

Prevent future; "remove trailing whitespace" PR, but adding a simple
presubmit that checks for this.

This presubmit flagged quite some offenders, remove all trailing
whitespace from. Apart from that there aren't any other changes.
Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent b27a59c1
#!/bin/bash
echo "** presubmit/$(basename $0)"
if grep -r '[[:blank:]]$' "$@"; then
echo "** presubmit/$(basename $0): please remove any trailing white space"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment