From 5aed7634c8993e3366817c4b20fca1aa18eacf21 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Tue, 17 Apr 2001 04:05:52 +0000 Subject: Indentation plus faible --- include/alu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/alu.h') diff --git a/include/alu.h b/include/alu.h index 89328e7..128d9d4 100644 --- a/include/alu.h +++ b/include/alu.h @@ -3,7 +3,7 @@ #include "types.h" typedef struct couple { - Uint32 deb, fin; + Uint32 deb, fin; } couple; Uint32 AdditionNonSigne(Uint32 a, Uint32 b); -- cgit v1.2.3