[all-commits] [llvm/llvm-project] 2985d1: [flang][NFC] Fix lowering tests indent
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 23 01:25:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2985d1c267de69384f7be419d9cb01955537d6f2
https://github.com/llvm/llvm-project/commit/2985d1c267de69384f7be419d9cb01955537d6f2
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M flang/test/Lower/allocatable-globals.f90
M flang/test/Lower/alternate-return.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-character.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-elemental-calls-2.f90
M flang/test/Lower/array-elemental-calls.f90
M flang/test/Lower/array-expression.f90
M flang/test/Lower/associate-construct.f90
M flang/test/Lower/common-block.f90
M flang/test/Lower/derived-pointer-components.f90
M flang/test/Lower/derived-types-kind-params.f90
M flang/test/Lower/derived-types.f90
M flang/test/Lower/dummy-argument-optional-2.f90
M flang/test/Lower/dummy-procedure-character.f90
M flang/test/Lower/entry-statement.f90
M flang/test/Lower/forall/forall-construct.f90
M flang/test/Lower/nullify.f90
M flang/test/Lower/read-write-buffer.f90
M flang/test/Lower/statement-function.f90
M flang/test/Lower/transformational-intrinsics.f90
M flang/test/Lower/vector-subscript-io.f90
Log Message:
-----------
[flang][NFC] Fix lowering tests indent
Remove 2 spaces indent that was introduced by mistake
when upstreaming these files.
More information about the All-commits
mailing list