Skip to content

Commit e206684

Browse files
committed
Fix format
1 parent 7e2272f commit e206684

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/include/clang/AST/PrettyPrinter.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ struct PrintingPolicy {
7676
MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true),
7777
MSVCFormatting(false), ConstantsAsWritten(false),
7878
SuppressImplicitBase(false), FullyQualifiedName(false),
79-
EnforceScopeForElaboratedTypes(false),
80-
SuppressDefinition(false), SuppressDefaultTemplateArguments(false),
81-
PrintCanonicalTypes(false),
79+
EnforceScopeForElaboratedTypes(false), SuppressDefinition(false),
80+
SuppressDefaultTemplateArguments(false), PrintCanonicalTypes(false),
8281
SkipCanonicalizationOfTemplateTypeParms(false),
8382
PrintInjectedClassNameWithArguments(true), UsePreferredNames(true),
8483
AlwaysIncludeTypeForTemplateArgument(false),

0 commit comments

Comments
 (0)