summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-11-01 13:47:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-11-01 13:47:48 +0000
commit57f668a2d1cc75d370edbbb5276684b89121ca16 (patch)
tree38cd41fe3aa72e64c3b4827eb44dbbb7f4334e99 /include
parent2276925224353681293a6a8ff6758a984d9c2e1c (diff)
downloadclang-57f668a2d1cc75d370edbbb5276684b89121ca16.tar.gz
Reformat.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Sema/Sema.h2
1 files changed, 1 insertions, 1 deletions
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);