Reformat.
authorEric Christopher <echristo@gmail.com>
Tue, 15 Oct 2013 21:22:12 +0000 (21:22 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 15 Oct 2013 21:22:12 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192735 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo.h

index 3e4a960ea7ba73ddabaf427dd1f63990f1507360..0a070fe5305a420c69cd2325eba2a2e649792474 100644 (file)
@@ -251,8 +251,7 @@ T DIRef<T>::resolve(const DITypeIdentifierMap &Map) const {
   return T(Iter->second);
 }
 
-template <typename T>
-StringRef DIRef<T>::getName() const {
+template <typename T> StringRef DIRef<T>::getName() const {
   if (!Val)
     return StringRef();