diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index e67b2101f5821b..2c815128b1a59d 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -2948,9 +2948,9 @@ class ObjCHeaderStyleGuesser : public TokenAnalyzer { << getTokenTypeName(FormatTok->getType()) << "\n"); return true; } - if (guessIsObjC(SourceManager, Line->Children, Keywords)) - return true; } + if (guessIsObjC(SourceManager, Line->Children, Keywords)) + return true; } return false; }