Skip to content

Commit 00d35ab

Browse files
committed
[AST] NFC: Fix TypeReprNodes.def indentation error
1 parent 408bf0d commit 00d35ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/TypeReprNodes.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ TYPEREPR(Attributed, TypeRepr)
4040

4141
ABSTRACT_TYPEREPR(Ident, TypeRepr)
4242
ABSTRACT_TYPEREPR(ComponentIdent, IdentTypeRepr)
43-
TYPEREPR(SimpleIdent, ComponentIdentTypeRepr)
44-
TYPEREPR(GenericIdent, ComponentIdentTypeRepr)
43+
TYPEREPR(SimpleIdent, ComponentIdentTypeRepr)
44+
TYPEREPR(GenericIdent, ComponentIdentTypeRepr)
4545
TYPEREPR(CompoundIdent, IdentTypeRepr)
4646

4747
TYPEREPR(Function, TypeRepr)

0 commit comments

Comments
 (0)