[llvm-commits] CVS: llvm/tools/llvm-link/llvm-link.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 21 16:59:51 PDT 2005
Changes in directory llvm/tools/llvm-link:
llvm-link.cpp updated: 1.56 -> 1.57
---
Log message:
Remove trailing whitespace
---
Diffs of the changes: (+3 -3)
llvm-link.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/tools/llvm-link/llvm-link.cpp
diff -u llvm/tools/llvm-link/llvm-link.cpp:1.56 llvm/tools/llvm-link/llvm-link.cpp:1.57
--- llvm/tools/llvm-link/llvm-link.cpp:1.56 Sun Feb 13 13:12:31 2005
+++ llvm/tools/llvm-link/llvm-link.cpp Thu Apr 21 18:59:40 2005
@@ -1,10 +1,10 @@
//===- llvm-link.cpp - Low-level LLVM linker ------------------------------===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This utility may be invoked in the following manner:
@@ -67,7 +67,7 @@
std::cerr << "\n";
}
} else {
- std::cerr << "Bytecode file: '" << Filename.c_str()
+ std::cerr << "Bytecode file: '" << Filename.c_str()
<< "' does not exist.\n";
}
More information about the llvm-commits
mailing list