From: Chad Rosier Date: Mon, 7 Nov 2011 19:52:29 +0000 (+0000) Subject: Whitespace. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf6ba2eeaeabb03541ee98859805800c39759a47;p=clang Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144002 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index b459a7a05f..9a90b85042 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -1458,7 +1458,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA, Args.ClaimAllArgs(options::OPT_g_Group); if (Arg *A = Args.getLastArg(options::OPT_g_Group)) if (!A->getOption().matches(options::OPT_g0)) { - CmdArgs.push_back("-g"); + CmdArgs.push_back("-g"); } Args.AddAllArgs(CmdArgs, options::OPT_ffunction_sections);