Fixed code style of my change.
llvm-svn: 192708
diff --git a/clang/lib/Sema/SemaLookup.cpp b/clang/lib/Sema/SemaLookup.cpp
index 6ffb787..6185e23 100644
--- a/clang/lib/Sema/SemaLookup.cpp
+++ b/clang/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);