aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber@setibzh.com>2006-01-25 05:27:59 +0100
committerBertrand Jacquin (Beber) <beber@setibzh.com>2006-01-25 05:27:59 +0100
commita7c272a5a87e3ba3562bc504c0bc8d044da06d33 (patch)
tree29daeec905f28ffbe8b135dc2b0479a22a886864
parentDel Old static Makefile unautofooed (diff)
downloadespik-a7c272a5a87e3ba3562bc504c0bc8d044da06d33.tar.xz
indent
-rw-r--r--tst/va_test.c2
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;
}