[llvm] r176113 - Another test commit. Remove trailing whitespace.
Matt Arsenault
Matthew.Arsenault at amd.com
Tue Feb 26 11:33:48 PST 2013
Author: arsenm
Date: Tue Feb 26 13:33:48 2013
New Revision: 176113
URL: http://llvm.org/viewvc/llvm-project?rev=176113&view=rev
Log:
Another test commit. Remove trailing whitespace.
Modified:
llvm/trunk/include/llvm/ADT/SmallString.h
Modified: llvm/trunk/include/llvm/ADT/SmallString.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/SmallString.h?rev=176113&r1=176112&r2=176113&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/SmallString.h (original)
+++ llvm/trunk/include/llvm/ADT/SmallString.h Tue Feb 26 13:33:48 2013
@@ -77,7 +77,7 @@ public:
void append(in_iter S, in_iter E) {
SmallVectorImpl<char>::append(S, E);
}
-
+
void append(size_t NumInputs, char Elt) {
SmallVectorImpl<char>::append(NumInputs, Elt);
}
More information about the llvm-commits
mailing list