mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
4832ace5f2
Also do white space checks on more files. Change-Id: Ie6fae6726336bf8ebf3f6aa5c1534d98cd3f9510 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
3 lines
49 B
Bash
Executable File
3 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
sed -i -i.bak 's/[[:blank:]]*$//' "$@"
|