Skip to content
Snippets Groups Projects
Commit 0658f9c5 authored by Jayke Meijer's avatar Jayke Meijer
Browse files

Comply to 80 char.

parent be87f728
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,9 @@ def algebraic_transformations(block):
shift_amount = log(s[1], 2)
if shift_amount.is_integer():
new_command = S('command', 'sll', next[0], s[0], int(shift_amount))
new_command = S('command', 'sll', \
next[0], s[0], \
int(shift_amount))
block.replace(2, [new_command])
changed = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment