[llvm] r187879 - Commit a no-op change to StringRef to (hopefully) trigger build bots.

Chandler Carruth chandlerc at gmail.com
Wed Aug 7 02:52:34 PDT 2013


Author: chandlerc
Date: Wed Aug  7 04:52:34 2013
New Revision: 187879

URL: http://llvm.org/viewvc/llvm-project?rev=187879&view=rev
Log:
Commit a no-op change to StringRef to (hopefully) trigger build bots.
r187874 seems to have been missed by the build bot infrastructure, and
the subsequent commits to compiler-rt don't seem to be queuing up new
build requsets. Hopefully this will.

As it happens, having the space here is the more common formatting. =]

Modified:
    llvm/trunk/include/llvm/ADT/StringRef.h

Modified: llvm/trunk/include/llvm/ADT/StringRef.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/StringRef.h?rev=187879&r1=187878&r2=187879&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/StringRef.h (original)
+++ llvm/trunk/include/llvm/ADT/StringRef.h Wed Aug  7 04:52:34 2013
@@ -19,7 +19,7 @@
 #include <utility>
 
 namespace llvm {
-  template<typename T>
+  template <typename T>
   class SmallVectorImpl;
   class APInt;
   class hash_code;





More information about the llvm-commits mailing list