Trim trailing white space from source code
Normally, git's pre-commit hook protects us from them. However, when expected test output contains trailing white space, we have to bypass commit hooks. Unwanted space can then slip in if you don't pay attention. I obviously didn't; clean up. The previous commit should reduce the need for such hook suppression. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
37ff3774ec
commit
00883256db
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ srcdir="$1"
|
|||
|
||||
#
|
||||
# Currently expected to work only with thread package LWP, because:
|
||||
#
|
||||
#
|
||||
# - Thread scheduling is reliably deterministic only with LWP
|
||||
# - Shell builtin kill appears not to do the job in MinGW
|
||||
# - The Windows server tries to run as service when -d isn't
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue