Skip to content

Commit 30ad2ef

Browse files
martinboehmehlopko
authored andcommitted
Formatting fix.
1 parent 86209c7 commit 30ad2ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/AST/ASTPrinter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3650,7 +3650,8 @@ class TypePrinter : public TypeVisitor<TypePrinter> {
36503650

36513651
ASTPrinter &Printer;
36523652
const PrintOptions &Options;
3653-
Optional<llvm::DenseMap<const clang::Module *, ModuleDecl *>> VisibleClangModules;
3653+
Optional<llvm::DenseMap<const clang::Module *, ModuleDecl *>>
3654+
VisibleClangModules;
36543655

36553656
void printGenericArgs(ArrayRef<Type> Args) {
36563657
if (Args.empty())

0 commit comments

Comments
 (0)