diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -2365,9 +2365,9 @@ << getTokenTypeName(FormatTok->getType()) << "\n"); return true; } - if (guessIsObjC(SourceManager, Line->Children, Keywords)) - return true; } + if (guessIsObjC(SourceManager, Line->Children, Keywords)) + return true; } return false; }