From: Ted Kremenek Date: Tue, 21 Sep 2010 04:47:01 +0000 (+0000) Subject: Fix indentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=097727ba0c0b24959a43ffe74b2d56a9d1e7e3fb;p=clang Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114394 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;