Commit d673953e authored by fenglei.tian's avatar fenglei.tian

clang format

parent e1769a75
......@@ -50,7 +50,7 @@ void runtime::gpu::check_cuda_errors(CUresult err)
void* runtime::gpu::create_gpu_buffer(size_t buffer_size)
{
void* allocated_buffer_pool;
cudaMalloc((void**) &allocated_buffer_pool, buffer_size);
cudaMalloc((void**)&allocated_buffer_pool, buffer_size);
return allocated_buffer_pool;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment