From: NAKAMURA Takumi Date: Wed, 1 Nov 2017 13:47:48 +0000 (+0000) Subject: Reformat. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57f668a2d1cc75d370edbbb5276684b89121ca16;p=clang Reformat. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317089 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index a156e88da6..0abf0f3258 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -1734,7 +1734,7 @@ public: NameClassification(ParsedType Type) : Kind(NC_Type), Type(Type) {} NameClassification(const IdentifierInfo *Keyword) - : Kind(NC_Keyword), Keyword(Keyword) { } + : Kind(NC_Keyword), Keyword(Keyword) {} static NameClassification Error() { return NameClassification(NC_Error);