Skip to content

Commit 1fc5a7c

Browse files
ferdymercuryAxel-Naumann
authored andcommitted
add missing newline
otherwise .typedef command shows weird format
1 parent e4e8e62 commit 1fc5a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/cling/lib/MetaProcessor/Display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ void TypedefPrinter::DisplayTypedefs()const
14161416
const TranslationUnitDecl* const tuDecl = compiler->getASTContext().getTranslationUnitDecl();
14171417
assert(tuDecl != 0 && "DisplayTypedefs, translation unit is empty");
14181418

1419-
fOut.Print("List of typedefs");
1419+
fOut.Print("List of typedefs\n");
14201420
ProcessNestedDeclarations(tuDecl);
14211421
}
14221422

0 commit comments

Comments
 (0)