[llvm] eddcfe3 - [NFC] Format ilist_node_options.h to cycle bots

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 15:39:35 PDT 2022


Author: Arthur Eubanks
Date: 2022-08-11T15:39:12-07:00
New Revision: eddcfe3a9e203b1a0f799dc36ed9381be4d8126a

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

LOG: [NFC] Format ilist_node_options.h to cycle bots

Added: 
    

Modified: 
    llvm/include/llvm/ADT/ilist_node_options.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ADT/ilist_node_options.h b/llvm/include/llvm/ADT/ilist_node_options.h
index 9b95cdbe08c49..05340d344e399 100644
--- a/llvm/include/llvm/ADT/ilist_node_options.h
+++ b/llvm/include/llvm/ADT/ilist_node_options.h
@@ -86,7 +86,9 @@ struct extract_tag<ilist_tag<Tag>, Options...> {
 };
 template <class Option1, class... Options>
 struct extract_tag<Option1, Options...> : extract_tag<Options...> {};
-template <> struct extract_tag<> { typedef void type; };
+template <> struct extract_tag<> {
+  typedef void type;
+};
 template <class Tag> struct is_valid_option<ilist_tag<Tag>> : std::true_type {};
 
 /// Check whether options are valid.


        


More information about the llvm-commits mailing list