[gardening] Fix accidental trailing whitespace.

This commit is contained in:
practicalswift
2016-10-29 10:22:58 +02:00
parent 3616567dbd
commit cc852042c9
165 changed files with 1002 additions and 1002 deletions

View File

@@ -185,7 +185,7 @@ bool Task::execute() {
if (Pid == 0)
return true;
#endif
return false;
}