Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-30 08:40:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-30 08:40:09 +0300
commitf8f4feefb8083e7f5875ae81b678a4c7c3c81660 (patch)
treebfecbf617b4ba25b1c3cc254253f4edbc2a703de /source/blender/editors/space_view3d/view3d_snap.c
parent5f693d74420d4080f2395e75b36f57d87603bf9f (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_snap.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_snap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_snap.c b/source/blender/editors/space_view3d/view3d_snap.c
index 6a8589f5468..6cb0db94099 100644
--- a/source/blender/editors/space_view3d/view3d_snap.c
+++ b/source/blender/editors/space_view3d/view3d_snap.c
@@ -229,7 +229,7 @@ void VIEW3D_OT_snap_selected_to_grid(wmOperatorType *ot)
/** Snaps the selection as a whole (use_offset=true) or each selected object to the given location.
*
* \param snap_target_global: a location in global space to snap to (eg. 3D cursor or active object).
- * \param use_offset: if the selected objects should maintain their relative offsets and be snapped by the selection
+ * \param use_offset: if the selected objects should maintain their relative offsets and be snapped by the selection
* pivot point (median, active), or if every object origin should be snapped to the given location.
**/
static int snap_selected_to_location(bContext *C, const float snap_target_global[3], const bool use_offset)