From 473316e246c2f1104827afac24455c566102cff1 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:29:30 +0100 Subject: Cleanup: `make format` (and adding . to end of comment) --- source/blender/blenkernel/intern/fluid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '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. */ -- cgit v1.2.3