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>2014-05-14 00:37:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-14 00:37:56 +0400
commit5cc1e03540fbc68d3fec35af0fc3eeee8a00cf9a (patch)
tree9cd6a68593c14832f3c7a7577785f02943e97e1f /source/blender/nodes
parent33df6aa12ea6f627b5b238e6eec64cffb2acdbd4 (diff)
Code cleanup: indentation
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/texture/nodes/node_texture_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/texture/nodes/node_texture_math.c b/source/blender/nodes/texture/nodes/node_texture_math.c
index 4765ee5f02a..9bd2532b4b8 100644
--- a/source/blender/nodes/texture/nodes/node_texture_math.c
+++ b/source/blender/nodes/texture/nodes/node_texture_math.c
@@ -174,7 +174,7 @@ static void valuefn(float *out, TexParams *p, bNode *node, bNodeStack **in, shor
break;
}
- case 17: /* Modulo */
+ case 17: /* Modulo */
{
if (in1 == 0.0f)
*out = 0.0f;