mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 17:11:33 +00:00
[MLIR] Remove generated spaces at eof for generate-test-checks.py.
This commit is contained in:
parent
25b3806788
commit
a6150de447
@ -90,7 +90,7 @@ def process_line(line_chunks, variable_namer):
|
||||
# Append the non named group.
|
||||
output_line += chunk[len(ssa_name):]
|
||||
|
||||
return output_line + '\n'
|
||||
return output_line.rstrip() + '\n'
|
||||
|
||||
|
||||
def process_source_lines(source_lines, note, args):
|
||||
|
Loading…
Reference in New Issue
Block a user