Commit be3a0b38 authored by Paul's avatar Paul
Browse files

Format

parent 687cd084
......@@ -20,7 +20,7 @@ void partition(program& p,
// Group instructions based on label
// TODO: Recurse traverse submodule from root
for(auto ins:iterator_for(root))
for(auto ins : iterator_for(root))
{
// Rough idea of inserting submodules
std::string label;
......
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