From e12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 06:17:24 +0200 Subject: ClangFormat: apply to source, most of intern Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat --- source/blender/blenlib/BLI_polyfill_2d.h | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'source/blender/blenlib/BLI_polyfill_2d.h') diff --git a/source/blender/blenlib/BLI_polyfill_2d.h b/source/blender/blenlib/BLI_polyfill_2d.h index cf4b280a2fb..4b229cc6c1e 100644 --- a/source/blender/blenlib/BLI_polyfill_2d.h +++ b/source/blender/blenlib/BLI_polyfill_2d.h @@ -23,21 +23,19 @@ struct MemArena; -void BLI_polyfill_calc_arena( - const float (*coords)[2], - const unsigned int coords_tot, - const int coords_sign, - unsigned int (*r_tris)[3], +void BLI_polyfill_calc_arena(const float (*coords)[2], + const unsigned int coords_tot, + const int coords_sign, + unsigned int (*r_tris)[3], - struct MemArena *arena); + struct MemArena *arena); -void BLI_polyfill_calc( - const float (*coords)[2], - const unsigned int coords_tot, - const int coords_sign, - unsigned int (*r_tris)[3]); +void BLI_polyfill_calc(const float (*coords)[2], + const unsigned int coords_tot, + const int coords_sign, + unsigned int (*r_tris)[3]); /* default size of polyfill arena */ #define BLI_POLYFILL_ARENA_SIZE MEM_SIZE_OPTIMAL(1 << 14) -#endif /* __BLI_POLYFILL_2D_H__ */ +#endif /* __BLI_POLYFILL_2D_H__ */ -- cgit v1.2.3