public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3324] RISC-V: Fix format[NFC]
@ 2022-10-17  8:04 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2022-10-17  8:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:59af5e0bdadb1e47cb7f727bc608b2814e48fe27

commit r13-3324-g59af5e0bdadb1e47cb7f727bc608b2814e48fe27
Author: Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
Date:   Mon Oct 17 15:30:47 2022 +0800

    RISC-V: Fix format[NFC]
    
    gcc/ChangeLog:
    
            * config/riscv/t-riscv: Change Tab into 2 space.

Diff:
---
 gcc/config/riscv/t-riscv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/riscv/t-riscv b/gcc/config/riscv/t-riscv
index 2f060437c23..15b9e7c01b1 100644
--- a/gcc/config/riscv/t-riscv
+++ b/gcc/config/riscv/t-riscv
@@ -11,7 +11,7 @@ riscv-vector-builtins.o: $(srcdir)/config/riscv/riscv-vector-builtins.cc \
   $(FUNCTION_H) fold-const.h gimplify.h explow.h stor-layout.h $(REGS_H) \
   alias.h langhooks.h attribs.h stringpool.h \
   $(srcdir)/config/riscv/riscv-vector-builtins.h \
-	$(srcdir)/config/riscv/riscv-vector-builtins.def
+  $(srcdir)/config/riscv/riscv-vector-builtins.def
 	$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
 		$(srcdir)/config/riscv/riscv-vector-builtins.cc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-17  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17  8:04 [gcc r13-3324] RISC-V: Fix format[NFC] Kito Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).