Skip to content

Commit ae16ea1

Browse files
committed
clang-format
1 parent be67347 commit ae16ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/unittests/Runtime/CUDA/Memory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ TEST(MemoryCUFTest, CUFDataTransferDescDesc) {
6262
// Retrieve data from device.
6363
auto host{MakeArray<TypeCategory::Integer, 4>(std::vector<int>{10},
6464
std::vector<int32_t>{0, 0, 0, 0, 0, 0, 0, 0, 0, 0})};
65-
RTNAME(CUFDataTransferDescDesc)(
66-
*host, *dev, kDeviceToHost, __FILE__, __LINE__);
65+
RTNAME(CUFDataTransferDescDesc)
66+
(*host, *dev, kDeviceToHost, __FILE__, __LINE__);
6767

6868
for (unsigned i = 0; i < 10; ++i) {
6969
EXPECT_EQ(*host->ZeroBasedIndexedElement<std::int32_t>(i), (std::int32_t)i);

0 commit comments

Comments
 (0)