Skip to content

Commit e223c12

Browse files
committed
clang-format
1 parent b4afb66 commit e223c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenACC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3202,7 +3202,7 @@ genACCHostDataOp(Fortran::lower::AbstractConverter &converter,
32023202
&clause.u)) {
32033203
// When CUDA Fotran is enabled, extra symbols are used in the host_data
32043204
// region. Look for them and bind their values with the symbols in the
3205-
// outer scope.
3205+
// outer scope.
32063206
if (semanticsContext.IsEnabled(Fortran::common::LanguageFeature::CUDA)) {
32073207
const Fortran::parser::AccObjectList &objectList{useDevice->v};
32083208
for (const auto &accObject : objectList.v) {

0 commit comments

Comments
 (0)