From 9d9b738c609e20c08088f9775c47b57393b01716 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Fri, 6 Oct 2006 08:43:05 +0000 Subject: [PATCH] fixed indent --- ir/be/be_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/be_t.h b/ir/be/be_t.h index 1a0c2c053..78937aafe 100644 --- a/ir/be/be_t.h +++ b/ir/be/be_t.h @@ -65,7 +65,7 @@ struct _be_irg_t { struct _be_main_env_t *main_env; struct _be_abi_irg_t *abi; struct _arch_code_generator_t *cg; - ir_exec_freq *execfreqs; + ir_exec_freq *execfreqs; }; /** -- 2.20.1