Skip to content

Commit c07b05f

Browse files
committed
Add spaces
1 parent 9c894d4 commit c07b05f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ggml/src/ggml-sycl/argmax.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ void ggml_sycl_argmax(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
7070
GGML_SYCL_DEBUG("call %s\n", __func__);
7171
ggml_sycl_op_argmax(ctx, dst);
7272
GGML_SYCL_DEBUG("call %s done\n", __func__);
73-
}
73+
}

ggml/src/ggml-sycl/argmax.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
void ggml_sycl_argmax(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
77

8-
#endif // GGML_SYCL_ARGMAX_HPP
8+
#endif // GGML_SYCL_ARGMAX_HPP

0 commit comments

Comments
 (0)