Remove trailing spaces (no other change). Bikeshed #2

llvm-svn: 201584
This commit is contained in:
Sylvestre Ledru 2014-02-18 17:21:45 +00:00
parent 97d2c9cae7
commit 82e547e1a9
4 changed files with 70 additions and 73 deletions

View File

@ -715,4 +715,3 @@ if ($Action eq 'compile' or $Action eq 'link') {
}
exit($Status >> 8);

View File

@ -112,4 +112,3 @@ def main():
if __name__ == '__main__':
main()

View File

@ -490,4 +490,3 @@ var forEach = function(object, block, context) {
resolve.forEach(object, block, context);
}
};