mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -96,7 +96,7 @@ bool Linker::LinkInLibraries(const std::vector<std::string> &Libraries) {
|
||||
// symbols.
|
||||
const Module::LibraryListType& DepLibs = Composite->getLibraries();
|
||||
for (Module::LibraryListType::const_iterator I = DepLibs.begin(),
|
||||
E = DepLibs.end(); I != E; ++I)
|
||||
E = DepLibs.end(); I != E; ++I)
|
||||
if (LinkInLibrary(*I))
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user