Skip to content

Commit f47ba21

Browse files
committed
fix formatting
1 parent 79f35f7 commit f47ba21

File tree

1 file changed

+1
-1
lines changed
  • unified-runtime/source/adapters/level_zero

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/level_zero/kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ ur_result_t urKernelGetInfo(
764764
Spills.push_back(spillMemSize);
765765
}
766766
return ReturnValue(static_cast<const uint32_t *>(Spills.data()),
767-
Spills.size());
767+
Spills.size());
768768
} catch (const std::bad_alloc &) {
769769
return UR_RESULT_ERROR_OUT_OF_HOST_MEMORY;
770770
} catch (...) {

0 commit comments

Comments
 (0)