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
};
static __global__ void
dummy_kernel(void)
{
}
// clang-format off
static __global__ void dummy_kernel(void) {}
// clang-format on
AcResult
acDeviceCreate(const int id, const AcMeshInfo device_config, Device* device_handle)