Cleanup: Make format

Formatting changes resulting from Make Format
This commit is contained in:
Harley Acheson
2023-11-30 09:29:35 -08:00
parent cf08b088ba
commit 1317c951fb
2 changed files with 3 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ static int pose_slide_init(bContext *C, wmOperator *op, ePoseSlide_Modes mode)
/* Initialize numeric input. */
initNumInput(&pso->num);
pso->num.idx_max = 0; /* One axis. */
pso->num.idx_max = 0; /* One axis. */
pso->num.unit_type[0] = B_UNIT_NONE; /* Percentages don't have any units. */
/* Return status is whether we've got all the data we were requested to get. */

View File

@@ -301,7 +301,8 @@ struct PaintOperationExecutor {
corner_angle_threshold,
memory);
/* Pre-blur the coordinates for the curve fitting. This generally leads to a better (more stable) fit. */
/* Pre-blur the coordinates for the curve fitting. This generally leads to a better (more
* stable) fit. */
Array<float2> coords_pre_blur(smooth_window.size());
const int pre_blur_iterations = 3;
ed::greasepencil::gaussian_blur_1D(coords_to_smooth,