Whitespace and copyright fixes in test_static*.cpp

This commit is contained in:
Dmitry Babokin
2014-07-08 20:20:10 +04:00
parent d8e2fdf913
commit 48a616d8a5
3 changed files with 14 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ extern "C" {
void ISPCSync(void *handle);
void *ISPCAlloc(void **handlePtr, int64_t size, int32_t alignment);
}
void ISPCLaunch(void **handle, void *f, void *d, int count0, int count1, int count2) {
*handle = (void *)0xdeadbeef;
typedef void (*TaskFuncType)(void *, int, int, int, int, int, int, int, int, int, int);