[llvm-branch-commits] [llvm] b858dfc - Fix formatting

Ian Wood via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Dec 13 09:56:17 PST 2024


Author: Ian Wood
Date: 2024-12-13T21:52:05-08:00
New Revision: b858dfc01b6da1675f3ed99416063e118dd27324

URL: https://github.com/llvm/llvm-project/commit/b858dfc01b6da1675f3ed99416063e118dd27324
DIFF: https://github.com/llvm/llvm-project/commit/b858dfc01b6da1675f3ed99416063e118dd27324.diff

LOG: Fix formatting

Added: 
    

Modified: 
    llvm/include/llvm/Support/TypeName.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/TypeName.h b/llvm/include/llvm/Support/TypeName.h
index 9547e76a7fa79b..518a39ee02a53a 100644
--- a/llvm/include/llvm/Support/TypeName.h
+++ b/llvm/include/llvm/Support/TypeName.h
@@ -23,8 +23,7 @@ namespace llvm {
 /// The returned StringRef will point into a static storage duration string.
 /// However, it may not be null terminated and may be some strangely aligned
 /// inner substring of a larger string.
-template <typename DesiredTypeName>
-inline StringRef getTypeName() {
+template <typename DesiredTypeName> inline StringRef getTypeName() {
 #if defined(__clang__) || defined(__GNUC__)
   StringRef Name = __PRETTY_FUNCTION__;
 


        


More information about the llvm-branch-commits mailing list