mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Fixed style of curly brace. No functionality changes.
llvm-svn: 25414
This commit is contained in:
parent
208f5076a0
commit
e7062e0703
@ -157,8 +157,7 @@ static inline sys::Path IsLibrary(const std::string& Name,
|
||||
/// Path if no matching file can be found.
|
||||
///
|
||||
sys::Path
|
||||
Linker::FindLib(const std::string &Filename)
|
||||
{
|
||||
Linker::FindLib(const std::string &Filename) {
|
||||
// Determine if the pathname can be found as it stands.
|
||||
sys::Path FilePath(Filename);
|
||||
if (FilePath.canRead() &&
|
||||
|
Loading…
Reference in New Issue
Block a user