1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-07-02 14:04:15 +00:00

Remove all trailling spaces

It is annoying with some text editors
This commit is contained in:
Xorg 2020-05-09 17:34:07 +02:00
parent d317e1504f
commit 0b05f45e03
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
41 changed files with 3115 additions and 3115 deletions

View file

@ -101,7 +101,7 @@ def do_test(inp, expected_out, binary, test_file_name):
fixFile(test_file_name, inp, real_out)
return "Mismatch, fixed."
else:
return "Mismatch in fields:\n%s" % "\n".join([fmt_error(err) for err in err_fields])
return "Mismatch in fields:\n%s" % "\n".join([fmt_error(err) for err in err_fields])
errors = False
print "Testing..."