aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-08-07 09:52:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-08-07 09:52:34 +0000
commite4a4aecffb25df25736fec328d9147ee43335c2b (patch)
tree30c96fbfc8f337efabd1835102d8d42a3deb8087
parentf7364d5833f700eefd7919326bfa5724da1461c3 (diff)
downloadllvm-e4a4aecffb25df25736fec328d9147ee43335c2b.tar.gz
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. =] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187879 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/StringRef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/StringRef.h b/include/llvm/ADT/StringRef.h
index 6215d3f6eae3..3e1e24c1ea4a 100644
--- a/include/llvm/ADT/StringRef.h
+++ b/include/llvm/ADT/StringRef.h
@@ -19,7 +19,7 @@
#include <utility>
namespace llvm {
- template<typename T>
+ template <typename T>
class SmallVectorImpl;
class APInt;
class hash_code;