]> granicus.if.org Git - clang/commitdiff
Whitespace.
authorChad Rosier <mcrosier@apple.com>
Tue, 6 Mar 2012 23:14:35 +0000 (23:14 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 6 Mar 2012 23:14:35 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152159 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index 30b7eccc8a13e4340c201742d1b086cbb17684e1..a2e2b0a1c0efc04eee54319eeae10f91f2631935 100644 (file)
@@ -143,7 +143,7 @@ const {
              (PhaseArg = DAL.getLastArg(options::OPT_rewrite_objc)) ||
              (PhaseArg = DAL.getLastArg(options::OPT__migrate)) ||
              (PhaseArg = DAL.getLastArg(options::OPT__analyze,
-                                              options::OPT__analyze_auto)) ||
+                                        options::OPT__analyze_auto)) ||
              (PhaseArg = DAL.getLastArg(options::OPT_emit_ast)) ||
              (PhaseArg = DAL.getLastArg(options::OPT_S))) {
     FinalPhase = phases::Compile;