Commit 4148ca64 authored by Paul's avatar Paul
Browse files

Formatting

parent 1a4b56e9
......@@ -12,10 +12,7 @@ struct program_impl
std::list<instruction> instructions;
};
const operation& get_operation(instruction_ref ins)
{
return ins->op;
}
const operation& get_operation(instruction_ref ins) { return ins->op; }
program::program() : impl(std::make_unique<program_impl>()) {}
......
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