mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-23 17:28:54 +00:00
Fixed style of curly brace. No functionality changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -157,8 +157,7 @@ static inline sys::Path IsLibrary(const std::string& Name,
|
|||||||
/// Path if no matching file can be found.
|
/// Path if no matching file can be found.
|
||||||
///
|
///
|
||||||
sys::Path
|
sys::Path
|
||||||
Linker::FindLib(const std::string &Filename)
|
Linker::FindLib(const std::string &Filename) {
|
||||||
{
|
|
||||||
// Determine if the pathname can be found as it stands.
|
// Determine if the pathname can be found as it stands.
|
||||||
sys::Path FilePath(Filename);
|
sys::Path FilePath(Filename);
|
||||||
if (FilePath.canRead() &&
|
if (FilePath.canRead() &&
|
||||||
|
Reference in New Issue
Block a user