From: John Criswell Date: Tue, 17 Jan 2006 22:01:57 +0000 (+0000) Subject: Fixed style of curly brace. No functionality changes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=43da9c65f26d2c2211f1028f70320a65d7868cab;p=oota-llvm.git 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 --- diff --git a/lib/Linker/Linker.cpp b/lib/Linker/Linker.cpp index 0afc2ee752d..8b8cddc9805 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() &&