style cleanup

This commit is contained in:
2013-01-07 03:24:22 +00:00
parent 85b59bd89e
commit 6747dec926
10 changed files with 17 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ enum {
BLI_SCANFILL_CALC_REMOVE_DOUBLES = (1 << 1),
/* note: This flag removes checks for overlapping polygons.
* when this flag is set, we'll never get back more faces then (totvert - 2)*/
* when this flag is set, we'll never get back more faces then (totvert - 2) */
BLI_SCANFILL_CALC_HOLES = (1 << 2)
};