From 854db8951bc15a7545eea3ff2219a28897698ead Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jun 2018 08:48:38 +0200 Subject: Cleanup: strip trailing space in bmesh module --- source/blender/bmesh/bmesh_class.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/bmesh/bmesh_class.h') diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h index bec2c7a1f45..10e2892c5a5 100644 --- a/source/blender/bmesh/bmesh_class.h +++ b/source/blender/bmesh/bmesh_class.h @@ -119,7 +119,7 @@ typedef struct BMEdge { /* the list of loops around the edge (use l->radial_prev/next) * to access the other loops using the edge */ struct BMLoop *l; - + /* disk cycle pointers * relative data: d1 indicates indicates the next/prev edge around vertex v1 and d2 does the same for v2 */ BMDiskLink v1_disk_link, v2_disk_link; @@ -229,7 +229,7 @@ typedef struct BMesh { int toolflag_index; struct BMOperator *currentop; - + CustomData vdata, edata, ldata, pdata; #ifdef USE_BMESH_HOLES @@ -241,10 +241,10 @@ typedef struct BMesh { * make sure they're in sync! * Only use when the edit mesh cant be accessed - campbell */ short selectmode; - + /* ID of the shape key this bmesh came from */ int shapenr; - + int totflags; ListBase selected; -- cgit v1.2.3