Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-05-07 00:11:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-07 00:11:28 +0400
commitaf704c6d88f7db3e1e6f29f0b4ce297a176f4b30 (patch)
tree19d2fe651fe11e1611a8112ca6790e0584603854 /source/blender/blenkernel/BKE_pbvh.h
parent182179a44b09564603f424b8be75043578fd0c61 (diff)
Style cleanup
Diffstat (limited to 'source/blender/blenkernel/BKE_pbvh.h')
-rw-r--r--source/blender/blenkernel/BKE_pbvh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_pbvh.h b/source/blender/blenkernel/BKE_pbvh.h
index c163054f681..619b1afe765 100644
--- a/source/blender/blenkernel/BKE_pbvh.h
+++ b/source/blender/blenkernel/BKE_pbvh.h
@@ -129,8 +129,8 @@ void BKE_pbvh_bounding_box(const PBVH *bvh, float min[3], float max[3]);
unsigned int **BKE_pbvh_grid_hidden(const PBVH *bvh);
int BKE_pbvh_count_grid_quads(BLI_bitmap **grid_hidden,
- int *grid_indices, int totgrid,
- int gridsize);
+ int *grid_indices, int totgrid,
+ int gridsize);
/* multires level, only valid for type == PBVH_GRIDS */
void BKE_pbvh_get_grid_key(const PBVH *pbvh, struct CCGKey *key);