Delete an extra blank line.
authorBob Wilson <bob.wilson@apple.com>
Sun, 10 Feb 2013 16:01:38 +0000 (16:01 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 10 Feb 2013 16:01:38 +0000 (16:01 +0000)
llvm-svn: 174837

clang/lib/Driver/ArgList.cpp

index 84fae6a..0058245 100644 (file)
@@ -83,7 +83,6 @@ Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const {
         (*it)->getOption().matches(Id1)) {
       Res = *it;
       Res->claim();
-
     }
   }