summaryrefslogtreecommitdiff
path: root/lib/Linker/Linker.cpp
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-01-17 22:01:57 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-01-17 22:01:57 +0000
commit43da9c65f26d2c2211f1028f70320a65d7868cab (patch)
tree6a03af12f7dacbe19392e85c73eee1476283fc56 /lib/Linker/Linker.cpp
parent357c58efdeb4eef9bf220795ba89a873709486c9 (diff)
downloadllvm-43da9c65f26d2c2211f1028f70320a65d7868cab.tar.gz
llvm-43da9c65f26d2c2211f1028f70320a65d7868cab.tar.bz2
llvm-43da9c65f26d2c2211f1028f70320a65d7868cab.tar.xz
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
Diffstat (limited to 'lib/Linker/Linker.cpp')
-rw-r--r--lib/Linker/Linker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Linker/Linker.cpp b/lib/Linker/Linker.cpp
index 0afc2ee752..8b8cddc980 100644
--- a/lib/Linker/Linker.cpp
+++ b/lib/Linker/Linker.cpp
@@ -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() &&