Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-11-10 03:08:55 +0300
committerCampbell Barton <campbell@blender.org>2022-11-10 03:08:55 +0300
commit81ca6308d1d70ab23bfba8dcc3368d3f408bfd1f (patch)
treed1708f80079ae1d18b352072b87a3d6cdbf633b5 /intern/cycles/device/cuda/device_impl.h
parent7c1ab77fa67252b6a0c61fb53f114c7c1916e364 (diff)
Cleanup: format
Diffstat (limited to 'intern/cycles/device/cuda/device_impl.h')
-rw-r--r--intern/cycles/device/cuda/device_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/cuda/device_impl.h b/intern/cycles/device/cuda/device_impl.h
index bd6d806561b..c18f2811161 100644
--- a/intern/cycles/device/cuda/device_impl.h
+++ b/intern/cycles/device/cuda/device_impl.h
@@ -79,7 +79,7 @@ class CUDADevice : public Device {
string compile_kernel_get_common_cflags(const uint kernel_features);
- string compile_kernel(const string& cflags,
+ string compile_kernel(const string &cflags,
const char *name,
const char *base = "cuda",
bool force_ptx = false);