[flang-commits] [flang] 7889f42 - [flang][NFC] Remove unwanted tab
Valentin Clement via flang-commits
flang-commits at lists.llvm.org
Wed Feb 15 09:52:17 PST 2023
Author: Valentin Clement
Date: 2023-02-15T18:51:58+01:00
New Revision: 7889f424966e01bd6182b4765edf8c90dee93f29
URL: https://github.com/llvm/llvm-project/commit/7889f424966e01bd6182b4765edf8c90dee93f29
DIFF: https://github.com/llvm/llvm-project/commit/7889f424966e01bd6182b4765edf8c90dee93f29.diff
LOG: [flang][NFC] Remove unwanted tab
Added:
Modified:
flang/lib/Lower/ConvertExpr.cpp
Removed:
################################################################################
diff --git a/flang/lib/Lower/ConvertExpr.cpp b/flang/lib/Lower/ConvertExpr.cpp
index af47d9a9f78e2..c7c35b5df988c 100644
--- a/flang/lib/Lower/ConvertExpr.cpp
+++ b/flang/lib/Lower/ConvertExpr.cpp
@@ -2663,7 +2663,7 @@ class ScalarExprLowering {
// Special case when an intrinsic scalar variable is passed to a
// function expecting an optional unlimited polymorphic dummy
- // argument.
+ // argument.
// The presence test needs to be performed before emboxing otherwise
// the program will crash.
if (dynamicType->category() !=
More information about the flang-commits
mailing list