Skip to content

Commit 940ff38

Browse files
clang-format
1 parent e1f91c8 commit 940ff38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Semantics/resolve-names.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6689,8 +6689,8 @@ void DeclarationVisitor::Post(const parser::BasedPointer &bp) {
66896689
"'%s' cannot be a Cray pointer as it is already a Cray pointee"_err_en_US);
66906690
}
66916691
pointer->set(Symbol::Flag::CrayPointer);
6692-
const DeclTypeSpec &pointerType{MakeNumericType(
6693-
TypeCategory::Integer, context().targetCharacteristics().integerKindForPointer())};
6692+
const DeclTypeSpec &pointerType{MakeNumericType(TypeCategory::Integer,
6693+
context().targetCharacteristics().integerKindForPointer())};
66946694
const auto *type{pointer->GetType()};
66956695
if (!type) {
66966696
pointer->SetType(pointerType);

0 commit comments

Comments
 (0)