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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-04-24 04:43:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-24 04:43:30 +0300
commitaf0a042da72cd7466a6c27714f8b72671fa4a1c7 (patch)
tree338a788b7b2a6fdbf6978562634ca300b1994dd6 /intern
parentd712f1f83af881be536ec0d183b7d3025c172684 (diff)
Cleanup: remove unused arg, clang-format
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_sseb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_sseb.h b/intern/cycles/util/util_sseb.h
index 56f8f676ba1..d817e23c47e 100644
--- a/intern/cycles/util/util_sseb.h
+++ b/intern/cycles/util/util_sseb.h
@@ -57,7 +57,7 @@ struct sseb {
__forceinline sseb(const __m128 input) : m128(input)
{
}
- __forceinline operator const __m128 &(void)const
+ __forceinline operator const __m128 &(void) const
{
return m128;
}