Index: lib/Format/Format.cpp =================================================================== --- lib/Format/Format.cpp +++ lib/Format/Format.cpp @@ -1558,9 +1558,9 @@ TT_ObjCMethodSpecifier, TT_ObjCProperty)) { return true; } - if (guessIsObjC(Line->Children, Keywords)) - return true; } + if (guessIsObjC(Line->Children, Keywords)) + return true; } return false; }