Skip to content

Commit fc5bc5c

Browse files
committed
clang-format
1 parent 8a023ba commit fc5bc5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/acl_kernel_if.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,9 +1180,8 @@ void acl_kernel_if_launch_kernel_on_custom_sof(
11801180
} else {
11811181
offset = (unsigned int)KERNEL_OFFSET_INVOCATION_IMAGE;
11821182
image_p = (uintptr_t) & (image->work_dim);
1183-
image_size_static =
1184-
(size_t)((uintptr_t) & (image->arg_value) - (uintptr_t) &
1185-
(image->work_dim));
1183+
image_size_static = (size_t)(
1184+
(uintptr_t) & (image->arg_value) - (uintptr_t) & (image->work_dim));
11861185
}
11871186

11881187
if ((kern->io.debug_verbosity) >= 2) {

0 commit comments

Comments
 (0)