Skip to content

Commit 5ccd19a

Browse files
committed
norm: add a space at the end of file
1 parent d32835c commit 5ccd19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/norm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,4 @@ void ggml_sycl_group_norm(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
391391
GGML_SYCL_DEBUG("call %s\n", __func__);
392392
ggml_sycl_op_group_norm(ctx, dst);
393393
GGML_SYCL_DEBUG("call %s done\n", __func__);
394-
}
394+
}

0 commit comments

Comments
 (0)