Skip to content

Commit 72c4575

Browse files
committed
[HotFix] fix clang format issue from #2661
1 parent 1b87029 commit 72c4575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ocl/convolutionocl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ static Invoker PrepareInvoker(ExecutionContext ctx,
149149
solver::Id solver_id)
150150
{
151151
problem.SetupFloats(ctx);
152-
ctx.do_search = false;
152+
ctx.do_search = false;
153153
ctx.disable_search_enforce = true;
154154

155155
const auto solver = solver_id.GetSolver();

0 commit comments

Comments
 (0)