We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51cfd1 commit 7a996b1Copy full SHA for 7a996b1
1 file changed
py/makeqstrdata.py
@@ -40,7 +40,7 @@ def do_work(infiles):
40
41
# process the qstrs, printing out the generated C header file
42
print('// This file was automatically generated by makeqstrdata.py')
43
- print()
+ print('')
44
for qstr in qstrs:
45
qhash = compute_hash(qstr)
46
qlen = len(qstr)
0 commit comments