Fixed code style of my change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192708 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaLookup.cpp b/lib/Sema/SemaLookup.cpp
index 6ffb787..6185e23 100644
--- a/lib/Sema/SemaLookup.cpp
+++ b/lib/Sema/SemaLookup.cpp
@@ -4169,7 +4169,7 @@
if (!Cached->second.isKeyword() &&
isCandidateViable(CCC, Cached->second)) {
// Do not use correction that is unaccessible in the given scope.
- NamedDecl* CorrectionDecl = Cached->second.getCorrectionDecl();
+ NamedDecl *CorrectionDecl = Cached->second.getCorrectionDecl();
DeclarationNameInfo NameInfo(CorrectionDecl->getDeclName(),
CorrectionDecl->getLocation());
LookupResult R(*this, NameInfo, LookupOrdinaryName);