"src/vscode:/vscode.git/clone" did not exist on "b8cc21eb3cc2d2b251b194ba44ffa518a4a2af5a"
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)
}
// no change for the input, return directly
if (inputs == converted_inputs)
if(inputs == converted_inputs)
{
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