Skip to content

Commit b742329

Browse files
committed
opencl: fix whitespace
1 parent fe12b20 commit b742329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-opencl/ggml-opencl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3470,7 +3470,7 @@ static void ggml_backend_opencl_buffer_set_tensor(ggml_backend_buffer_t buffer,
34703470
tensor->extra = extra;
34713471

34723472
return;
3473-
}
3473+
}
34743474
#endif // GGML_OPENCL_SOA_Q
34753475

34763476
ggml_tensor_extra_cl * extra = (ggml_tensor_extra_cl *) tensor->extra;

0 commit comments

Comments
 (0)