Cleanup: strip trailing space

This commit is contained in:
Campbell Barton
2024-02-02 10:43:17 +11:00
parent 23faaac68b
commit c4a2858975
5 changed files with 6 additions and 6 deletions

View File

@@ -22,4 +22,4 @@ float evaluate_driver_from_rna_pointer(const AnimationEvalContext *anim_eval_con
PropertyRNA *prop,
const FCurve *fcu);
} // namespace blender::animrig
} // namespace blender::animrig

View File

@@ -26,4 +26,4 @@ float evaluate_driver_from_rna_pointer(const AnimationEvalContext *anim_eval_con
return evaluate_driver(&anim_rna, fcu->driver, fcu->driver, anim_eval_context);
}
} // namespace blender::animrig
} // namespace blender::animrig

View File

@@ -31,4 +31,4 @@ void clear_vertex_groups(GreasePencil &grease_pencil);
/** Select or deselect vertices assigned to this group. */
void select_from_group(GreasePencil &grease_pencil, StringRef name, bool select);
} // namespace blender::bke::greasepencil
} // namespace blender::bke::greasepencil

View File

@@ -202,4 +202,4 @@ void smooth_curve_attribute(const IndexMask &curves_to_smooth,
});
}
} // namespace blender::geometry
} // namespace blender::geometry

View File

@@ -835,7 +835,7 @@
.factor = 1.0f, \
.step = 1, \
}
#define _DNA_DEFAULT_GreasePencilOffsetModifierData \
{ \
.flag = 0, \
@@ -864,7 +864,7 @@
{ \
.flag = MOD_GREASE_PENCIL_MIRROR_AXIS_X, \
}
#define _DNA_DEFAULT_GreasePencilThickModifierData \
{ \
.flag = 0, \