Commit be737a8d authored by pruthvi's avatar pruthvi

style-fix

parent 0d100557
......@@ -169,7 +169,8 @@ runtime::Allocator* runtime::cpu::CPU_Backend::get_host_memory_allocator()
}
}
void runtime::cpu::CPU_Backend::set_host_memory_allocator(std::unique_ptr<runtime::Allocator> allocator)
void runtime::cpu::CPU_Backend::set_host_memory_allocator(
std::unique_ptr<runtime::Allocator> allocator)
{
m_allocator = allocator.get();
}
......
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