style cleanup

This commit is contained in:
Campbell Barton 2013-08-17 08:21:40 +00:00
parent 85b0315b3b
commit 5fafc222f0
11 changed files with 26 additions and 26 deletions

@ -150,7 +150,7 @@ static void symm_split_asymmetric_edges(Symm *symm)
BMOIter oiter;
BMEdge *e;
symm->edge_split_map = BLI_ghash_ptr_new(AT);
symm->edge_split_map = BLI_ghash_ptr_new(__func__);
BMO_ITER (e, &oiter, symm->op->slots_in, "input", BM_EDGE) {
float flipped[3];