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 <ideasman42@gmail.com>2019-03-24 08:24:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-25 01:02:04 +0300
commita38313c3bdf1a250fb7dc93fefd8f89e81965a1e (patch)
tree3a15d917040dcad277d973c3cf8254b1820ac248 /source/blender/blenkernel
parentff8c32fa6b57d130bcc118c39523d566919fe6da (diff)
Cleanup: style, array wrapping
Add trailing comma for clang-format.
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/dynamicpaint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/dynamicpaint.c b/source/blender/blenkernel/intern/dynamicpaint.c
index 1862e284248..aedc301af92 100644
--- a/source/blender/blenkernel/intern/dynamicpaint.c
+++ b/source/blender/blenkernel/intern/dynamicpaint.c
@@ -98,7 +98,8 @@ static const float gaussianFactors[5] = {
0.596145f,
0.596145f,
0.596145f,
- 0.524141f};
+ 0.524141f,
+};
static const float gaussianTotal = 3.309425f;
/* UV Image neighboring pixel table x and y list */