Skip to content

Commit 3c0d890

Browse files
ggerganovMinh141120
authored andcommitted
ggml : remove trailing whitespace (#0)
1 parent 606c87e commit 3c0d890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4475,7 +4475,7 @@ static struct ggml_tensor * ggml_interpolate_impl(
44754475
int64_t ne3,
44764476
uint32_t mode) {
44774477
GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT);
4478-
4478+
44794479
struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3);
44804480

44814481
ggml_set_op_params_i32(result, 0, (int32_t)mode);

0 commit comments

Comments
 (0)