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-08-17 05:50:12 +0300
committerCampbell Barton <campbell@blender.org>2022-08-17 05:51:07 +0300
commit1f2a5fea87526da95c79269b8f2d4bbc60673666 (patch)
tree8af48030c0ff8e29a58af1106b9ef993eaa9e905 /source/blender/blenlib/intern/noise.cc
parent9d2136f272452bd6b4ecafb0d0bdedf24bd80471 (diff)
Cleanup: strip blank lines around comment blocks
Diffstat (limited to 'source/blender/blenlib/intern/noise.cc')
-rw-r--r--source/blender/blenlib/intern/noise.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/noise.cc b/source/blender/blenlib/intern/noise.cc
index a514c9e5183..9f8bcfd2473 100644
--- a/source/blender/blenlib/intern/noise.cc
+++ b/source/blender/blenlib/intern/noise.cc
@@ -263,7 +263,6 @@ BLI_INLINE float mix(float v0, float v1, float x)
* + + |
* @ + + + + @ @------> x
* v0 v1
- *
*/
BLI_INLINE float mix(float v0, float v1, float v2, float v3, float x, float y)
{