[Mlir-commits] [mlir] 485c18c - [mlir] Add missing newline at end of .clang-format file

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jun 14 23:59:13 PDT 2022


Author: owenca
Date: 2022-06-14T23:59:00-07:00
New Revision: 485c18c11bd54963579b084b9fc82ac62a67647e

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

LOG: [mlir] Add missing newline at end of .clang-format file

Added: 
    

Modified: 
    mlir/.clang-format

Removed: 
    


################################################################################
diff  --git a/mlir/.clang-format b/mlir/.clang-format
index 392e20189554..a74fda4b6734 100644
--- a/mlir/.clang-format
+++ b/mlir/.clang-format
@@ -1,2 +1,2 @@
 BasedOnStyle: LLVM
-AlwaysBreakTemplateDeclarations: Yes
\ No newline at end of file
+AlwaysBreakTemplateDeclarations: Yes


        


More information about the Mlir-commits mailing list