Skip to content

Commit b858dfc

Browse files
committed
Fix formatting
1 parent 68d7d77 commit b858dfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/Support/TypeName.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ namespace llvm {
2323
/// The returned StringRef will point into a static storage duration string.
2424
/// However, it may not be null terminated and may be some strangely aligned
2525
/// inner substring of a larger string.
26-
template <typename DesiredTypeName>
27-
inline StringRef getTypeName() {
26+
template <typename DesiredTypeName> inline StringRef getTypeName() {
2827
#if defined(__clang__) || defined(__GNUC__)
2928
StringRef Name = __PRETTY_FUNCTION__;
3029

0 commit comments

Comments
 (0)