[Bf-blender-cvs] [18ae64858bf] blender2.8: Cleanup: Indentation

Sergey Sharybin noreply at git.blender.org
Tue Jun 12 14:43:50 CEST 2018


Commit: 18ae64858bf151928a208d782d6eed7d00efadf9
Author: Sergey Sharybin
Date:   Tue Jun 12 14:43:40 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB18ae64858bf151928a208d782d6eed7d00efadf9

Cleanup: Indentation

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

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

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

diff --git a/source/blender/blenkernel/intern/particle.c b/source/blender/blenkernel/intern/particle.c
index 8c322f0c853..497694cab90 100644
--- a/source/blender/blenkernel/intern/particle.c
+++ b/source/blender/blenkernel/intern/particle.c
@@ -112,7 +112,7 @@ void psys_init_rng(void)
 static void get_child_modifier_parameters(ParticleSettings *part, ParticleThreadContext *ctx,
                                           ChildParticle *cpa, short cpa_from, int cpa_num, float *cpa_fuv, float *orco, ParticleTexture *ptex);
 static void get_cpa_texture(Mesh *mesh, ParticleSystem *psys, ParticleSettings *part, ParticleData *par,
-							int child_index, int face_index, const float fw[4], float *orco, ParticleTexture *ptex, int event, float cfra);
+                            int child_index, int face_index, const float fw[4], float *orco, ParticleTexture *ptex, int event, float cfra);
 
 /* few helpers for countall etc. */
 int count_particles(ParticleSystem *psys)



More information about the Bf-blender-cvs mailing list