29416875e0
example for remove_trailing_whitespaces.sh: " testing \n" --> " testing\n" examples for remove_unnecessary_spaces.py: "<testing> foobar foobar" --> "<testing>foobar foobar" "foobar foobar </testing>" --> "foobar foobar</testing>" Change-Id: Ie15a7a1491bf412ff893c84e76061ef623581145 |
||
---|---|---|
.. | ||
remove_trailing_whitespaces.sh | ||
remove_unnecessary_spaces.py |