Formatting

This commit is contained in:
jpekkila
2019-07-31 19:08:16 +03:00
parent 9b7f4277fc
commit 0a5d025172

View File

@@ -73,10 +73,9 @@ struct device_s {
#endif #endif
}; };
static __global__ void // clang-format off
dummy_kernel(void) static __global__ void dummy_kernel(void) {}
{ // clang-format on
}
AcResult AcResult
acDeviceCreate(const int id, const AcMeshInfo device_config, Device* device_handle) acDeviceCreate(const int id, const AcMeshInfo device_config, Device* device_handle)