Skip to content

Commit f7faf55

Browse files
Fix atomic test
1 parent 90135bc commit f7faf55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcudacxx/codegen/generators/header.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515

1616
inline void FormatHeader(std::ostream& out)
1717
{
18-
std::string header = R"XXX(
19-
//===----------------------------------------------------------------------===//
18+
std::string header = R"XXX(//===----------------------------------------------------------------------===//
2019
//
2120
// Part of libcu++, the C++ Standard Library for your entire system,
2221
// under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)