Cleanup: clang format

This commit is contained in:
Jacques Lucke 2021-06-18 10:50:19 +02:00
parent 6c1fdd52c1
commit 060d668ae6
2 changed files with 4 additions and 3 deletions

View File

@ -82,8 +82,8 @@ class MeshAttributeInterpolator {
public:
MeshAttributeInterpolator(const Mesh *mesh,
const Span<float3> positions,
const Span<int> looptri_indices);
const Span<float3> positions,
const Span<int> looptri_indices);
void sample_attribute(const ReadAttributeLookup &src_attribute,
OutputAttribute &dst_attribute,

View File

@ -297,7 +297,8 @@ typedef enum DRWBatchFlag {
MBC_SCULPT_OVERLAYS = (1u << MBC_BATCH_INDEX(batch.sculpt_overlays)),
} DRWBatchFlag;
BLI_STATIC_ASSERT(MBC_BATCH_INDEX(surface_per_mat) < 32, "Number of batches exceeded the limit of bit fields");
BLI_STATIC_ASSERT(MBC_BATCH_INDEX(surface_per_mat) < 32,
"Number of batches exceeded the limit of bit fields");
#define MBC_EDITUV \
(MBC_EDITUV_FACES_STRETCH_AREA | MBC_EDITUV_FACES_STRETCH_ANGLE | MBC_EDITUV_FACES | \