comparison src/libffi-test.c @ 2358:14b3f5ea78ae

Cleanup coding style via "make cleanup-style"
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 13:02:06 +0200
parents 99516e73b368
children
comparison
equal deleted inserted replaced
2357:5a0c2bf69e55 2358:14b3f5ea78ae
11 ffi_cif cif; 11 ffi_cif cif;
12 ffi_type *args[1]; 12 ffi_type *args[1];
13 void *values[1]; 13 void *values[1];
14 char *s; 14 char *s;
15 int rc; 15 int rc;
16 16
17 (void)argc; 17 (void)argc;
18 (void)argv; 18 (void)argv;
19 19
20 args[0] = &ffi_type_pointer; 20 args[0] = &ffi_type_pointer;
21 values[0] = &s; 21 values[0] = &s;