summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0e9bd5a416521f6a2c0cdf5968422f479c0b001f (patch)
tree7b3f3f1fb7649c2f3db501cb9e8e059ee043d79d /llvm/lib/Linker/Linker.cpp
parentfeaed4d10707d4ecf0e4baaa0a8a7da4b1f3d360 (diff)
downloadbcm5719-llvm-0e9bd5a416521f6a2c0cdf5968422f479c0b001f.tar.gz
bcm5719-llvm-0e9bd5a416521f6a2c0cdf5968422f479c0b001f.zip
Fixed style of curly brace. No functionality changes.
llvm-svn: 25414
Diffstat (limited to 'llvm/lib/Linker/Linker.cpp')
-rw-r--r--llvm/lib/Linker/Linker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Linker/Linker.cpp b/llvm/lib/Linker/Linker.cpp
index 0afc2ee752d..8b8cddc9805 100644
--- a/llvm/lib/Linker/Linker.cpp
+++ b/llvm/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() &&
OpenPOWER on IntegriCloud