[Mlir-commits] [mlir] [flang][openacc][NFC] Fix header format (PR #178477)
Valentin Clement バレンタイン クレメン
llvmlistbot at llvm.org
Wed Jan 28 10:16:47 PST 2026
https://github.com/clementval created https://github.com/llvm/llvm-project/pull/178477
None
>From e59d2b63b8320d70293dfdb4eb3e5b5c8c2e1eec Mon Sep 17 00:00:00 2001
From: Valentin Clement <clementval at gmail.com>
Date: Wed, 28 Jan 2026 10:16:19 -0800
Subject: [PATCH] [flang][openacc][NFC] Fix header format
---
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp b/mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
index abfcad88c2437..1d397fabef83c 100644
--- a/mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
+++ b/mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
@@ -4,7 +4,7 @@
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
-// =============================================================================
+//===----------------------------------------------------------------------===//
#include "mlir/Dialect/OpenACC/OpenACC.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
More information about the Mlir-commits
mailing list