1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fixed style of curly brace. No functionality changes.

llvm-svn: 25414
This commit is contained in:
John Criswell 2006-01-17 22:01:57 +00:00
parent 208f5076a0
commit e7062e0703

View File

@ -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() &&