Reformat.

llvm-svn: 192735
This commit is contained in:
Eric Christopher 2013-10-15 21:22:12 +00:00
parent a70fb7b716
commit f01c390d87
1 changed files with 1 additions and 2 deletions

View 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();