[libcxx-commits] [libcxx] 9574166 - [libc++][NFC] Re-indent and re-order includes in uses_alloc_types.h

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 17 13:14:09 PST 2021


Author: Louis Dionne
Date: 2021-11-17T16:13:58-05:00
New Revision: 95741660b4938a0f6f9effd8575d1e0fe77bfbed

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

LOG: [libc++][NFC] Re-indent and re-order includes in uses_alloc_types.h

Added: 
    

Modified: 
    libcxx/test/support/uses_alloc_types.h

Removed: 
    


################################################################################
diff  --git a/libcxx/test/support/uses_alloc_types.h b/libcxx/test/support/uses_alloc_types.h
index c3bbd7228978c..b2e422ab20c82 100644
--- a/libcxx/test/support/uses_alloc_types.h
+++ b/libcxx/test/support/uses_alloc_types.h
@@ -9,9 +9,9 @@
 #ifndef USES_ALLOC_TYPES_H
 #define USES_ALLOC_TYPES_H
 
-# include <memory>
-# include <cassert>
+#include <cassert>
 #include <cstdlib>
+#include <memory>
 
 #include "test_macros.h"
 #include "test_workarounds.h"


        


More information about the libcxx-commits mailing list