Skip to content

Commit

Permalink
Merge pull request #2712 from kbenzie/benie/format-cpp-code
Browse files Browse the repository at this point in the history
[NFC] Format c++ code
  • Loading branch information
kbenzie authored Feb 18, 2025
2 parents 4b4fd64 + dca7663 commit 5ca3218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/memory/urMemRetain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TEST_P(urMemRetainTest, CheckReferenceCount) {
nullptr));
ASSERT_EQ(referenceCount, 1);

{ ASSERT_SUCCESS(urMemRetain(buffer)); }
ASSERT_SUCCESS(urMemRetain(buffer));

ASSERT_SUCCESS(urMemGetInfo(buffer, UR_MEM_INFO_REFERENCE_COUNT,
sizeof(referenceCount), &referenceCount,
Expand Down

0 comments on commit 5ca3218

Please sign in to comment.