Skip to content

Commit 49c8a79

Browse files
committed
Fix formatting
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent f5c4d0c commit 49c8a79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unified-runtime/source/adapters/offload/device.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ urDeviceGetGlobalTimestamps(ur_device_handle_t, uint64_t *, uint64_t *) {
499499
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
500500
}
501501

502-
UR_APIEXPORT ur_result_t UR_APICALL
503-
urDeviceWaitExp(ur_device_handle_t) {
502+
UR_APIEXPORT ur_result_t UR_APICALL urDeviceWaitExp(ur_device_handle_t) {
504503
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
505504
}

0 commit comments

Comments
 (0)