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:
authorDalai Felinto <dalai@blender.org>2020-02-19 20:44:07 +0300
committerDalai Felinto <dalai@blender.org>2020-02-19 20:44:22 +0300
commit213b4f76eecbaefa83fbefe775eed3813230306d (patch)
treee91968d93086c8e2c1736556bb0dfab0b626cf19 /intern/cycles/device/cuda/device_cuda_impl.cpp
parent19f3a93e227cefc9ee1cc27178ca81ab4b244aa7 (diff)
Cleanup: `make format`
Diffstat (limited to 'intern/cycles/device/cuda/device_cuda_impl.cpp')
-rw-r--r--intern/cycles/device/cuda/device_cuda_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/device/cuda/device_cuda_impl.cpp b/intern/cycles/device/cuda/device_cuda_impl.cpp
index cd37c4dd407..5c25d7b0208 100644
--- a/intern/cycles/device/cuda/device_cuda_impl.cpp
+++ b/intern/cycles/device/cuda/device_cuda_impl.cpp
@@ -451,9 +451,9 @@ string CUDADevice::compile_kernel(const DeviceRequestedFeatures &requested_featu
printf("Compiling CUDA kernel ...\n%s\n", command.c_str());
-#ifdef _WIN32
+# ifdef _WIN32
command = "call " + command;
-#endif
+# endif
if (system(command.c_str()) != 0) {
cuda_error_message(
"Failed to execute compilation command, "