forgot to commit this before.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69480 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp
index 903ddf2..4ec32b7 100644
--- a/lib/Sema/SemaDecl.cpp
+++ b/lib/Sema/SemaDecl.cpp
@@ -3026,7 +3026,7 @@
     // @catch always starts a new scope.
     // FIXME: We have to do this because @catches are nested inside each other,
     // which seems weird and causes us to emit wierd diagnostics.
-    Scopes.push_back(GotoScope(ParentScope,diag::note_protected_by_objc_catch,
+    Scopes.push_back(GotoScope(ParentScope, diag::note_protected_by_objc_catch,
                                AC->getAtCatchLoc()));
     ParentScope = Scopes.size()-1;
   }