From 75fc1c35070e0cf247f2d2e4cffe8a6e711522ff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Jun 2018 18:19:39 +0200 Subject: Cleanup: trailing whitespace (comment blocks) Strip unindented comment blocks - mainly headers to avoid conflicts. --- source/blender/editors/object/object_edit.c | 2 +- source/blender/editors/object/object_intern.h | 4 ++-- source/blender/editors/object/object_modifier.c | 2 +- source/blender/editors/object/object_ops.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c index d0429fc2bcf..34c0b22a34e 100644 --- a/source/blender/editors/object/object_edit.c +++ b/source/blender/editors/object/object_edit.c @@ -1249,7 +1249,7 @@ void OBJECT_OT_forcefield_toggle(wmOperatorType *ot) /* For the objects with animation: update paths for those that have got them * This should selectively update paths that exist... * - * To be called from various tools that do incremental updates + * To be called from various tools that do incremental updates */ void ED_objects_recalculate_paths(bContext *C, Scene *scene) { diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h index d9524f40a3c..1be331d8ac4 100644 --- a/source/blender/editors/object/object_intern.h +++ b/source/blender/editors/object/object_intern.h @@ -4,7 +4,7 @@ * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,7 +18,7 @@ * The Original Code is Copyright (C) 2008 Blender Foundation. * All rights reserved. * - * + * * Contributor(s): Blender Foundation * * ***** END GPL LICENSE BLOCK ***** diff --git a/source/blender/editors/object/object_modifier.c b/source/blender/editors/object/object_modifier.c index 08ef397b496..34f192fbffa 100644 --- a/source/blender/editors/object/object_modifier.c +++ b/source/blender/editors/object/object_modifier.c @@ -196,7 +196,7 @@ static bool object_has_modifier(const Object *ob, const ModifierData *exclude, * each of them. * * If include_orig is true, the callback will run on 'orig_ob' too. - * + * * If the callback ever returns true, iteration will stop and the * function value will be true. Otherwise the function returns false. */ diff --git a/source/blender/editors/object/object_ops.c b/source/blender/editors/object/object_ops.c index c090b8684d0..ed78342f3d2 100644 --- a/source/blender/editors/object/object_ops.c +++ b/source/blender/editors/object/object_ops.c @@ -4,7 +4,7 @@ * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,7 +18,7 @@ * The Original Code is Copyright (C) 2008 Blender Foundation. * All rights reserved. * - * + * * Contributor(s): Blender Foundation * * ***** END GPL LICENSE BLOCK ***** -- cgit v1.2.3