[Mlir-commits] [mlir] 1e484b8 - Remove spurious empty line at the beginning of source file (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Fri Aug 14 01:03:24 PDT 2020
Author: Mehdi Amini
Date: 2020-08-14T08:02:59Z
New Revision: 1e484b8a2467b90dae99f952bbeeec8972a71edd
URL: https://github.com/llvm/llvm-project/commit/1e484b8a2467b90dae99f952bbeeec8972a71edd
DIFF: https://github.com/llvm/llvm-project/commit/1e484b8a2467b90dae99f952bbeeec8972a71edd.diff
LOG: Remove spurious empty line at the beginning of source file (NFC)
Added:
Modified:
mlir/lib/Transforms/BufferPlacement.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Transforms/BufferPlacement.cpp b/mlir/lib/Transforms/BufferPlacement.cpp
index 4d03affc2d4d8..201570a244ffc 100644
--- a/mlir/lib/Transforms/BufferPlacement.cpp
+++ b/mlir/lib/Transforms/BufferPlacement.cpp
@@ -1,4 +1,3 @@
-
//===- BufferPlacement.cpp - the impl for buffer placement ---------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
More information about the Mlir-commits
mailing list