From fdb854b9320d66297c8d1f03746b340b0798ed86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 5 Jul 2022 11:34:40 +0200 Subject: Cleanup: NLA, reformatting code No functional changes. --- source/blender/blenkernel/BKE_nla.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_nla.h') diff --git a/source/blender/blenkernel/BKE_nla.h b/source/blender/blenkernel/BKE_nla.h index a9444156498..11642763074 100644 --- a/source/blender/blenkernel/BKE_nla.h +++ b/source/blender/blenkernel/BKE_nla.h @@ -8,7 +8,7 @@ */ /* temp constant defined for these funcs only... */ -# define NLASTRIP_MIN_LEN_THRESH 0.1f +#define NLASTRIP_MIN_LEN_THRESH 0.1f #ifdef __cplusplus extern "C" { @@ -229,7 +229,8 @@ bool BKE_nlatrack_is_nonlocal_in_liboverride(const struct ID *id, const struct N * - the macro MINFRAMEF, if no strips are to the left of this strip in its track * * \param strip The strip to compute the left-hand-side 'frame limit' of. - * \return The beginning frame of the previous strip, or MINFRAMEF if no strips are next in that track. + * \return The beginning frame of the previous strip, or MINFRAMEF if no strips are next in that + * track. */ float BKE_nlastrip_compute_frame_from_previous_strip(struct NlaStrip *strip); /** -- cgit v1.2.3