aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormanny/MADE <nerurkar@made-apps.biz>2013-06-17 17:08:17 +0200
committermanny/MADE <nerurkar@made-apps.biz>2013-06-18 14:01:04 +0200
commit819ccd4914ba1f5db1c21829cb4615886829f26e (patch)
treea54f6e92d1b4b100ed395528ecf0500d8e199814 /tests
parent268a7f5ae065c6be0e0b63d3e4b7e36dd674cd4b (diff)
CHANGED: using spaces instead of tabs to match project codestyle
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 69662132..b4f07014 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4355,7 +4355,7 @@ def process(filename):
void varargs_listoffsets_main()
{
- varargs_listoffsets_args(0, 5, "abc", "def", "ghi", "jkl", "mno", "<BAD+0>", "<BAD+1>", "<BAD+2>", "<BAD+3>", "<BAD+4>", "<BAD+5>", "<BAD+6>", "<BAD+7>", "<BAD+8>", "<BAD+9>", "<BAD+10>", "<BAD+11>", "<BAD+12>", "<BAD+13>", "<BAD+14>", "<BAD+15>", "<BAD+16>");
+ varargs_listoffsets_args(0, 5, "abc", "def", "ghi", "jkl", "mno", "<BAD+0>", "<BAD+1>", "<BAD+2>", "<BAD+3>", "<BAD+4>", "<BAD+5>", "<BAD+6>", "<BAD+7>", "<BAD+8>", "<BAD+9>", "<BAD+10>", "<BAD+11>", "<BAD+12>", "<BAD+13>", "<BAD+14>", "<BAD+15>", "<BAD+16>");
}
#define GETMAX(pref, type) \
@@ -4389,8 +4389,8 @@ def process(filename):
void (*vfp)(const char *s, ...) = argc == 1211 ? NULL : vary;
vfp("*vfp:%d,%d*", 22, 199);
- // ensure lists work properly when copied, reinited etc.
- varargs_listoffsets_main();
+ // ensure lists work properly when copied, reinited etc.
+ varargs_listoffsets_main();
return 0;
}