[compiler-rt] 062f157 - Ensure newlines at the end of files (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 13 12:56:01 PDT 2022


Author: Kazu Hirata
Date: 2022-08-13T12:55:45-07:00
New Revision: 062f157c7f688dcdbd6a55275034a0d85ac915a8

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

LOG: Ensure newlines at the end of files (NFC)

Added: 
    

Modified: 
    compiler-rt/lib/orc/coff_platform.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/orc/coff_platform.h b/compiler-rt/lib/orc/coff_platform.h
index 7d0d039470b07..c84185d40b608 100644
--- a/compiler-rt/lib/orc/coff_platform.h
+++ b/compiler-rt/lib/orc/coff_platform.h
@@ -36,4 +36,4 @@ enum dlopen_mode : int {
 } // end namespace coff
 } // end namespace __orc_rt
 
-#endif
\ No newline at end of file
+#endif


        


More information about the llvm-commits mailing list