Skip to content

Commit ee5869b

Browse files
committed
Indent continuation lines by 2 spaces
1 parent aaee7cf commit ee5869b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/riscv-arch.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
// RV32L: error: invalid arch name 'rv32l'
158158

159159
// RUN: %clang --target=riscv32-unknown-elf -march=rv32imadf -### %s \
160-
// RUN: -fsyntax-only 2>&1 | FileCheck %s
160+
// RUN: -fsyntax-only 2>&1 | FileCheck %s
161161

162162
// RUN: not %clang --target=riscv32-unknown-elf -march=rv32imm -### %s \
163163
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV32IMM %s
@@ -184,7 +184,7 @@
184184
// RV64L: error: invalid arch name 'rv64l'
185185

186186
// RUN: %clang --target=riscv64-unknown-elf -march=rv64imadf -### %s \
187-
// RUN: -fsyntax-only 2>&1 | FileCheck %s
187+
// RUN: -fsyntax-only 2>&1 | FileCheck %s
188188

189189
// RUN: not %clang --target=riscv64-unknown-elf -march=rv64imm -### %s \
190190
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV64IMM %s

0 commit comments

Comments
 (0)