style cleanup: edits to convex hull.
This commit is contained in:
@@ -131,10 +131,10 @@ void BLI_ghashIterator_step (GHashIterator *ghi);
|
||||
*/
|
||||
int BLI_ghashIterator_isDone (GHashIterator *ghi);
|
||||
|
||||
#define GHASH_ITER(gh_iter_, ghash_) \
|
||||
for (BLI_ghashIterator_init(&gh_iter_, ghash_); \
|
||||
!BLI_ghashIterator_isDone(&gh_iter_); \
|
||||
BLI_ghashIterator_step(&gh_iter_))
|
||||
#define GHASH_ITER(gh_iter_, ghash_) \
|
||||
for (BLI_ghashIterator_init(&gh_iter_, ghash_); \
|
||||
!BLI_ghashIterator_isDone(&gh_iter_); \
|
||||
BLI_ghashIterator_step(&gh_iter_))
|
||||
|
||||
/* *** */
|
||||
|
||||
|
Reference in New Issue
Block a user