mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Remove all trailling spaces
It is annoying with some text editors
This commit is contained in:
parent
d317e1504f
commit
0b05f45e03
41 changed files with 3115 additions and 3115 deletions
|
@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
|||
fclose(fout);
|
||||
snprintf(cmd, CMD_LEN, "cpuid_tool --load=%s --report --outfile=%s", raw_filename, report_filename);
|
||||
system(cmd);
|
||||
|
||||
|
||||
/* Invoke create_test */
|
||||
snprintf(cmd, CMD_LEN, "./create_test.py %s %s > %s.test", raw_filename, report_filename, output_filename);
|
||||
if((argc > 3) && !strcmp(argv[3], "--create"))
|
||||
|
|
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue