diff options
| author | owenca <owenpiano@gmail.com> | 2022-06-14 23:57:08 -0700 |
|---|---|---|
| committer | owenca <owenpiano@gmail.com> | 2022-06-14 23:59:00 -0700 |
| commit | 485c18c11bd54963579b084b9fc82ac62a67647e (patch) | |
| tree | 99cdb623ee4379f8d9ca6f11f29489a788c55171 /mlir/.clang-format | |
| parent | 04a84e333197e53fdec9c97b5500072ed69c67e9 (diff) | |
[mlir] Add missing newline at end of .clang-format file
Diffstat (limited to 'mlir/.clang-format')
| -rw-r--r-- | mlir/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
