[Bf-blender-cvs] [473316e246c] master: Cleanup: `make format` (and adding . to end of comment)

Dalai Felinto noreply at git.blender.org
Thu Mar 19 09:29:58 CET 2020


Commit: 473316e246c2f1104827afac24455c566102cff1
Author: Dalai Felinto
Date:   Thu Mar 19 09:29:30 2020 +0100
Branches: master
https://developer.blender.org/rB473316e246c2f1104827afac24455c566102cff1

Cleanup: `make format` (and adding . to end of comment)

===================================================================

M	source/blender/blenkernel/intern/fluid.c

===================================================================

diff --git a/source/blender/blenkernel/intern/fluid.c b/source/blender/blenkernel/intern/fluid.c
index edb3bc2cd4d..54ddcac50c0 100644
--- a/source/blender/blenkernel/intern/fluid.c
+++ b/source/blender/blenkernel/intern/fluid.c
@@ -1849,7 +1849,8 @@ static void sample_mesh(FluidFlowSettings *mfs,
                       mfs->type == FLUID_FLOW_TYPE_SMOKEFIRE);
 
   /* Emission strength for gases will be computed below.
-   * For liquids it's not needed. Just set to non zero value to allow initial velocity computation */
+   * For liquids it's not needed. Just set to non zero value
+   * to allow initial velocity computation. */
   float emission_strength = (is_gas_flow) ? 0.0f : 1.0f;
 
   /* Emission inside the flow object. */



More information about the Bf-blender-cvs mailing list