Fixed style of curly brace. No functionality changes.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 17 Jan 2006 22:01:57 +0000 (22:01 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 17 Jan 2006 22:01:57 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25414 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/Linker.cpp

index 0afc2ee752d63dcc4edc90d03f349e83565ef46d..8b8cddc98054623785895c2bf66c2eb352b94ad1 100644 (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() &&