From 91a155833e59275089641b63ae9271672ac17713 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Jan 2019 10:28:20 +1100 Subject: Cleanup: comments causing bad clang-format output --- source/blender/modifiers/intern/MOD_screw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_screw.c') diff --git a/source/blender/modifiers/intern/MOD_screw.c b/source/blender/modifiers/intern/MOD_screw.c index 2c795a8d9ad..9629b0924ad 100644 --- a/source/blender/modifiers/intern/MOD_screw.c +++ b/source/blender/modifiers/intern/MOD_screw.c @@ -231,7 +231,8 @@ static Mesh *applyModifier( float axis_vec[3] = {0.0f, 0.0f, 0.0f}; float tmp_vec1[3], tmp_vec2[3]; float mat3[3][3]; - float mtx_tx[4][4]; /* transform the coords by an object relative to this objects transformation */ + /* transform the coords by an object relative to this objects transformation */ + float mtx_tx[4][4]; float mtx_tx_inv[4][4]; /* inverted */ float mtx_tmp_a[4][4]; -- cgit v1.2.3