From ca00cb5470db57c45c0637fa0ad4bfe21df40655 Mon Sep 17 00:00:00 2001 From: Chris Blackbourn Date: Sat, 29 Apr 2023 13:48:52 +1200 Subject: [PATCH] Cleanup: format --- source/blender/editors/sculpt_paint/sculpt_intern.hh | 2 +- source/blender/geometry/intern/uv_pack.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.hh b/source/blender/editors/sculpt_paint/sculpt_intern.hh index fe7b6156d94..fa5a16b36d7 100644 --- a/source/blender/editors/sculpt_paint/sculpt_intern.hh +++ b/source/blender/editors/sculpt_paint/sculpt_intern.hh @@ -615,7 +615,7 @@ struct StrokeCache { float symm_rot_mat_inv[4][4]; /* Accumulate mode. Note: inverted for SCULPT_TOOL_DRAW_SHARP. */ - bool accum; + bool accum; float anchored_location[3]; diff --git a/source/blender/geometry/intern/uv_pack.cc b/source/blender/geometry/intern/uv_pack.cc index a159de1ccca..e7dd4e67ebe 100644 --- a/source/blender/geometry/intern/uv_pack.cc +++ b/source/blender/geometry/intern/uv_pack.cc @@ -884,7 +884,7 @@ static void pack_island_xatlas(const Span island_indices, float max_u = 0.0f; float max_v = 0.0f; - int scan_line = 0; /* Current "scan_line" of occupancy bitmap. */ + int scan_line = 0; /* Current "scan_line" of occupancy bitmap. */ int traced_islands = 0; /* Which islands are currently traced in `occupancy`. */ int i = 0;