diff options
author | Bertrand Jacquin (Beber) <beber@setibzh.com> | 2006-01-25 05:27:59 +0100 |
---|---|---|
committer | Bertrand Jacquin (Beber) <beber@setibzh.com> | 2006-01-25 05:27:59 +0100 |
commit | a7c272a5a87e3ba3562bc504c0bc8d044da06d33 (patch) | |
tree | 29daeec905f28ffbe8b135dc2b0479a22a886864 /tst | |
parent | Del Old static Makefile unautofooed (diff) | |
download | espik-a7c272a5a87e3ba3562bc504c0bc8d044da06d33.tar.xz |
indent
Diffstat (limited to 'tst')
-rw-r--r-- | tst/va_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tst/va_test.c b/tst/va_test.c index 96cd65d..9457239 100644 --- a/tst/va_test.c +++ b/tst/va_test.c @@ -20,5 +20,5 @@ int main() espik_debug_print ("a : %d", a); - return (0); + return 0; } |