isa-l/tools/remove_trailing_whitespace.sh
Greg Tucker 4832ace5f2 build: Add file permissions check to format script
Also do white space checks on more files.

Change-Id: Ie6fae6726336bf8ebf3f6aa5c1534d98cd3f9510
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
2018-10-05 16:08:54 -07:00

3 lines
49 B
Bash
Executable File

#!/bin/sh
sed -i -i.bak 's/[[:blank:]]*$//' "$@"