Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2022-07-05 12:34:40 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-07-05 12:34:40 +0300
commitfdb854b9320d66297c8d1f03746b340b0798ed86 (patch)
treeb5780f5b98b7a9a64c070a93c1686dea6163e8a7 /source/blender/blenkernel/intern/nla.c
parentbd00324c264c07d7872071e9ef888b6b92e5645f (diff)
Cleanup: NLA, reformatting code
No functional changes.
Diffstat (limited to 'source/blender/blenkernel/intern/nla.c')
-rw-r--r--source/blender/blenkernel/intern/nla.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/nla.c b/source/blender/blenkernel/intern/nla.c
index 3af5e4789d2..9457c20eb7d 100644
--- a/source/blender/blenkernel/intern/nla.c
+++ b/source/blender/blenkernel/intern/nla.c
@@ -1256,7 +1256,7 @@ float BKE_nlastrip_compute_frame_from_previous_strip(NlaStrip *strip)
return limit_prev;
}
-float BKE_nlastrip_compute_frame_to_next_strip(NlaStrip* strip)
+float BKE_nlastrip_compute_frame_to_next_strip(NlaStrip *strip)
{
float limit_next = MAXFRAMEF;