Skip to content

Commit 1d67389

Browse files
committed
clang-format
1 parent 2a61f51 commit 1d67389

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/unittests/Runtime/CUDA/AllocatorCUF.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ TEST(AllocatableCUFTest, SimpleStreamDeviceAllocate) {
5353
EXPECT_FALSE(a->HasAddendum());
5454
RTNAME(AllocatableSetBounds)(*a, 0, 1, 10);
5555
RTNAME(AllocatableAllocate)
56-
(*a, 1, /*hasStat=*/false, /*errMsg=*/nullptr, __FILE__,
57-
__LINE__);
56+
(*a, 1, /*hasStat=*/false, /*errMsg=*/nullptr, __FILE__, __LINE__);
5857
EXPECT_TRUE(a->IsAllocated());
5958
RTNAME(AllocatableDeallocate)
6059
(*a, /*hasStat=*/false, /*errMsg=*/nullptr, __FILE__, __LINE__);

0 commit comments

Comments
 (0)