Reformat.

llvm-svn: 317089
This commit is contained in:
NAKAMURA Takumi 2017-11-01 13:47:48 +00:00
parent 6f5229d7da
commit c206e449cc
1 changed files with 1 additions and 1 deletions

View File

@ -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);