From: Bob Wilson Date: Sun, 10 Feb 2013 16:01:38 +0000 (+0000) Subject: Delete an extra blank line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48559ba03a1bc47c8d7e6ad77615c48361132178;p=clang Delete an extra blank line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174837 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ArgList.cpp b/lib/Driver/ArgList.cpp index 84fae6ad69..0058245203 100644 --- a/lib/Driver/ArgList.cpp +++ b/lib/Driver/ArgList.cpp @@ -83,7 +83,6 @@ Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { (*it)->getOption().matches(Id1)) { Res = *it; Res->claim(); - } }