From 6d237a6aa44e71867ab98350f464473f0490c1f4 Mon Sep 17 00:00:00 2001 From: JackAKirk Date: Wed, 11 Sep 2024 17:23:09 +0100 Subject: [PATCH] Fix format. Signed-off-by: JackAKirk --- test/conformance/device/urDeviceGetGlobalTimestamps.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/conformance/device/urDeviceGetGlobalTimestamps.cpp b/test/conformance/device/urDeviceGetGlobalTimestamps.cpp index fe47e3b167..bcd66a05f8 100644 --- a/test/conformance/device/urDeviceGetGlobalTimestamps.cpp +++ b/test/conformance/device/urDeviceGetGlobalTimestamps.cpp @@ -37,7 +37,8 @@ TEST_F(urDeviceGetGlobalTimestampTest, Success) { // cuda backend defines global timestamp only over a context. uur::raii::Context context = nullptr; if (*reinterpret_cast(vendorValue) == 4318u) { - ASSERT_SUCCESS(urContextCreate(1, devices.data(), nullptr, context.ptr())); + ASSERT_SUCCESS( + urContextCreate(1, devices.data(), nullptr, context.ptr())); } for (auto device : devices) {