Commit 299d61f5 authored by Taddeus Kroes's avatar Taddeus Kroes

Forgot whitespace.

parent fc4ae6b6
......@@ -25,6 +25,7 @@ def remove_redundancies(block):
return changed
def optimize_block(block):
"""Optimize a basic block."""
while remove_redundancies(block) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment