diff options
-rw-r--r-- | tools/libclang/CIndexUSRs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/CIndexUSRs.cpp b/tools/libclang/CIndexUSRs.cpp index 4f23e59ec2..d7135b94be 100644 --- a/tools/libclang/CIndexUSRs.cpp +++ b/tools/libclang/CIndexUSRs.cpp @@ -289,7 +289,7 @@ void USRGenerator::VisitObjCMethodDecl(ObjCMethodDecl *D) { // ID can be null with invalid code. if (ObjCInterfaceDecl *ID = CD->getClassInterface()) { Visit(ID); - break; + break; } // Invalid code. Can't generate USR. IgnoreResults = true; |