From ebc947f06d5b72802157f6957f75aacb5d43af69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 14:34:32 +0000 Subject: [PATCH] style: Reformatage de la fonction ABS --- lib/math.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/math.c b/lib/math.c index 376c1f5..a83d8f1 100644 --- a/lib/math.c +++ b/lib/math.c @@ -1,7 +1,7 @@ -#include "types.h" - -u32 abs(int x) -{ -if (x<0) x=-x; -return (u32)x; -} +#include "types.h" + +u32 abs(int x) +{ +if (x<0) x=-x; +return (u32)x; +}