From 0a5d02517299e2bd9aabbef7f292097012329247 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Wed, 31 Jul 2019 19:08:16 +0300 Subject: [PATCH] Formatting --- src/core/device.cu | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/core/device.cu b/src/core/device.cu index 042a1f8..b662301 100644 --- a/src/core/device.cu +++ b/src/core/device.cu @@ -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)