style cleanup: guys - set your editors to tabs!
This commit is contained in:
		@@ -32,7 +32,7 @@
 | 
			
		||||
#include "BLI_utildefines.h"
 | 
			
		||||
 | 
			
		||||
/* XXX: using 128 for totelem and pchunk of mempool, no idea what good
 | 
			
		||||
   values would be though */
 | 
			
		||||
 * values would be though */
 | 
			
		||||
#include "BLI_mempool.h"
 | 
			
		||||
 | 
			
		||||
#include "bmesh.h"
 | 
			
		||||
@@ -77,7 +77,7 @@ static int edge_match(BMVert *e1_0, BMVert *e1_1, BMVert *e2[2])
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Returns true if the edge (e1, e2) is already in edges; that edge is
 | 
			
		||||
   deleted here as well. if not found just returns 0 */
 | 
			
		||||
 * deleted here as well. if not found just returns 0 */
 | 
			
		||||
static int check_for_dup(ListBase *edges, BLI_mempool *pool,
 | 
			
		||||
                         BMVert *e1, BMVert *e2)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user