Remove misapplied space.

This commit is contained in:
Dimitry Andric 2011-02-26 23:05:47 +00:00
parent cb8750c269
commit 01af157241

View File

@ -3206,7 +3206,7 @@ void freebsd::Link::ConstructJob(Compilation &C, const JobAction &JA,
}
Args.AddAllArgs(CmdArgs, options::OPT_L);
const ToolChain::path_list Paths = getToolChain().getFilePaths();
for (ToolChain::path_list::const_iterator i = Paths.begin(), e = Paths.end();
i != e; ++i)