From 0e9bd5a416521f6a2c0cdf5968422f479c0b001f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 17 Jan 2006 22:01:57 +0000 Subject: Fixed style of curly brace. No functionality changes. llvm-svn: 25414 --- llvm/lib/Linker/Linker.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/Linker/Linker.cpp') 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() && -- cgit v1.2.3