Skip to content

Commit 19bb9ec

Browse files
authored
clang-format
1 parent 9b828bc commit 19bb9ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flang/lib/Semantics/check-cuda.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,7 @@ template <bool IsCUFKernelDo> class DeviceContextChecker {
350350
void Check(const parser::ActionStmt &stmt, const parser::CharBlock &source) {
351351
common::visit(
352352
common::visitors{
353-
[&](const common::Indirection<parser::StopStmt> &) {
354-
return;
355-
},
353+
[&](const common::Indirection<parser::StopStmt> &) { return; },
356354
[&](const common::Indirection<parser::PrintStmt> &) {},
357355
[&](const common::Indirection<parser::WriteStmt> &x) {
358356
if (x.value().format) { // Formatted write to '*' or '6'

0 commit comments

Comments
 (0)