From af36dd4664ddf35c7ad99f05f9878ce1acf787bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Jun 2018 08:02:49 +0200 Subject: Cleanup: trailing newlines --- source/blender/editors/physics/particle_boids.c | 1 - source/blender/editors/physics/particle_edit.c | 1 - source/blender/editors/physics/physics_fluid.c | 1 - source/blender/editors/physics/physics_ops.c | 3 --- source/blender/editors/physics/physics_pointcache.c | 1 - 5 files changed, 7 deletions(-) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/particle_boids.c b/source/blender/editors/physics/particle_boids.c index 526eeb5d3ea..b6fc0fcad80 100644 --- a/source/blender/editors/physics/particle_boids.c +++ b/source/blender/editors/physics/particle_boids.c @@ -368,4 +368,3 @@ void BOID_OT_state_move_down(wmOperatorType *ot) /* flags */ ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO; } - diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c index acfc3844b83..dabdea34381 100644 --- a/source/blender/editors/physics/particle_edit.c +++ b/source/blender/editors/physics/particle_edit.c @@ -4632,4 +4632,3 @@ void PARTICLE_OT_unify_length(struct wmOperatorType *ot) /* flags */ ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO; } - diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c index c740fc0667e..c76c04c1e99 100644 --- a/source/blender/editors/physics/physics_fluid.c +++ b/source/blender/editors/physics/physics_fluid.c @@ -1118,4 +1118,3 @@ void FLUID_OT_bake(wmOperatorType *ot) ot->exec = fluid_bake_exec; ot->poll = ED_operator_object_active_editable; } - diff --git a/source/blender/editors/physics/physics_ops.c b/source/blender/editors/physics/physics_ops.c index 7b86cb63f31..de2ee73ab26 100644 --- a/source/blender/editors/physics/physics_ops.c +++ b/source/blender/editors/physics/physics_ops.c @@ -245,6 +245,3 @@ void ED_keymap_physics(wmKeyConfig *keyconf) keymap_particle(keyconf); //keymap_pointcache(keyconf); } - - - diff --git a/source/blender/editors/physics/physics_pointcache.c b/source/blender/editors/physics/physics_pointcache.c index 5205463b5ab..abd95cc37f1 100644 --- a/source/blender/editors/physics/physics_pointcache.c +++ b/source/blender/editors/physics/physics_pointcache.c @@ -469,4 +469,3 @@ void PTCACHE_OT_remove(wmOperatorType *ot) /* flags */ ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO; } - -- cgit v1.2.3