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-09-28 02:41:07 +0300
committerCampbell Barton <campbell@blender.org>2022-09-28 02:41:28 +0300
commit72a7f107d84293ceeef92e54362127446dddc9df (patch)
treeb4284a3f7265665299b2ac9b2a97fc52d787bf74 /intern/cycles/device/metal
parent6f9b84c5ce34b7e0e40f8da1f35ef3dd2397e218 (diff)
Cleanup: format
Diffstat (limited to 'intern/cycles/device/metal')
-rw-r--r--intern/cycles/device/metal/kernel.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/device/metal/kernel.mm b/intern/cycles/device/metal/kernel.mm
index 172c456f0c0..5e0cb6d18f4 100644
--- a/intern/cycles/device/metal/kernel.mm
+++ b/intern/cycles/device/metal/kernel.mm
@@ -328,8 +328,8 @@ bool MetalKernelPipeline::should_use_binary_archive() const
return true;
}
- /* The remaining kernels are all fast to compile. They may get cached by the system shader cache,
- * but will be quick to regenerate if not. */
+ /* The remaining kernels are all fast to compile. They may get cached by the system shader
+ * cache, but will be quick to regenerate if not. */
}
return false;
}