style cleanup: guys - set your editors to tabs!

This commit is contained in:
2012-05-01 17:51:03 +00:00
parent f2ff1da6d7
commit 933b3166fc
30 changed files with 243 additions and 243 deletions

View File

@@ -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)
{