Fixup whitespacing.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69055 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp
index ebba576..20a8359 100644
--- a/lib/Parse/ParseExpr.cpp
+++ b/lib/Parse/ParseExpr.cpp
@@ -1333,7 +1333,7 @@
     }
     // Inform sema that we are starting a block.
     Actions.ActOnBlockArguments(ParamInfo, CurScope);
-  } else if (! Tok.is(tok::l_brace)) {
+  } else if (!Tok.is(tok::l_brace)) {
     ParseBlockId();
   } else {
     // Otherwise, pretend we saw (void).