Commit 37c46aa3 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 789afa39
...@@ -89,7 +89,7 @@ void quantize(program& prog, const std::vector<std::string>& ins_names) ...@@ -89,7 +89,7 @@ void quantize(program& prog, const std::vector<std::string>& ins_names)
} }
// no change for the input, return directly // no change for the input, return directly
if (inputs == converted_inputs) if(inputs == converted_inputs)
{ {
return; return;
} }
......
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