[Mlir-commits] [mlir] 95a5ff1 - [flang][openacc][NFC] Fix header format (#178477)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 28 10:25:17 PST 2026
Author: Valentin Clement (バレンタイン クレメン)
Date: 2026-01-28T18:25:12Z
New Revision: 95a5ff1d1c13c2cff024d1dd3e3296ab626c25ca
URL: https://github.com/llvm/llvm-project/commit/95a5ff1d1c13c2cff024d1dd3e3296ab626c25ca
DIFF: https://github.com/llvm/llvm-project/commit/95a5ff1d1c13c2cff024d1dd3e3296ab626c25ca.diff
LOG: [flang][openacc][NFC] Fix header format (#178477)
Added:
Modified:
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Removed:
################################################################################
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