Skip to content

Commit 22901bd

Browse files
committed
clang-format
1 parent fc5bc5c commit 22901bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/acl_kernel_if.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,8 +1180,9 @@ 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 = (size_t)(
1184-
(uintptr_t) & (image->arg_value) - (uintptr_t) & (image->work_dim));
1183+
image_size_static =
1184+
(size_t)((uintptr_t) & (image->arg_value) - (uintptr_t) &
1185+
(image->work_dim));
11851186
}
11861187

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

0 commit comments

Comments
 (0)