Skip to content

Commit c2259e3

Browse files
committed
style: formatting
1 parent 51ccdeb commit c2259e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ggml/src/ggml-backend-impl.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,12 @@ inline static void * ggml_aligned_malloc(size_t size) {
266266
case KERN_SUCCESS:
267267
result = 0;
268268
break;
269-
270269
case KERN_INVALID_ADDRESS:
271270
result = EINVAL;
272271
break;
273-
274272
case KERN_NO_SPACE:
275273
result = ENOMEM;
276274
break;
277-
278275
default:
279276
result = EFAULT;
280277
break;

0 commit comments

Comments
 (0)