diff options
author | Pixel <> | 2001-04-17 04:05:52 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 04:05:52 +0000 |
commit | 5aed7634c8993e3366817c4b20fca1aa18eacf21 (patch) | |
tree | cfb6c00a13b8f213255ea231a3d814f61ab2964b /include/alu.h | |
parent | 55f981c9fca048fba18d0538be4ed5dc1cc3fe11 (diff) |
Indentation plus faible
Diffstat (limited to 'include/alu.h')
-rw-r--r-- | include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |