From 6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 31 May 2002 22:15:42 +0000 Subject: * target.h: Fix formatting. * timevar.h: Likewise. * tlink.c: Likewise. * toplev.c: Likewise. * toplev.h: Likewise. * tree.c: Likewise. * tree-dump.h: Likewise. * tree.h: Likewise. * tree-inline.h: Likewise. * unroll.c: Likewise. * unwind-dw2.c: Likewise. * unwind-dw2-fde.c: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * unwind-dw2-fde.h: Likewise. * unwind.h: Likewise. * unwind-sjlj.c: Likewise. * varasm.c: Likewise. * varray.h: Likewise. * vmsdbg.h: Likewise. * vmsdbgout.c: Likewise. * xcoffout.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54123 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/target.h') diff --git a/gcc/target.h b/gcc/target.h index 3d3b8dbad8b..7496fbbedf1 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -134,7 +134,7 @@ struct gcc_target /* Calculate how much this insn affects how many more insns we can emit this cycle. Default is they all cost the same. */ int (* variable_issue) PARAMS ((FILE *, int, rtx, int)); - + /* Initialize machine-dependent scheduling code. */ void (* md_init) PARAMS ((FILE *, int, int)); -- cgit v1.2.1