[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

John Criswell criswell at cs.uiuc.edu
Tue Jan 17 14:02:19 PST 2006



Changes in directory llvm/lib/Linker:

Linker.cpp updated: 1.9 -> 1.10
---
Log message:

Fixed style of curly brace.  No functionality changes.


---
Diffs of the changes:  (+1 -2)

 Linker.cpp |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/lib/Linker/Linker.cpp
diff -u llvm/lib/Linker/Linker.cpp:1.9 llvm/lib/Linker/Linker.cpp:1.10
--- llvm/lib/Linker/Linker.cpp:1.9	Mon Jan  9 21:12:29 2006
+++ llvm/lib/Linker/Linker.cpp	Tue Jan 17 16:01:57 2006
@@ -157,8 +157,7 @@
 /// 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() &&






More information about the llvm-commits mailing list