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:
authorJacques Lucke <jacques@blender.org>2020-09-10 17:37:52 +0300
committerJacques Lucke <jacques@blender.org>2020-09-10 17:37:52 +0300
commita82bb8f5f09a2a85bfa2f3985ca2a37a177895bb (patch)
tree42a75e7abc19a0227f446c75e7e95049b135f3a3 /source/blender/blenloader
parent89b570570acdcf2648380fea9ab039d39f5d2693 (diff)
clang-format
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/writefile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index db7a41c8622..328ce70eda7 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -1431,7 +1431,6 @@ static void write_camera(BlendWriter *writer, Camera *cam, const void *id_addres
}
}
-
static void write_curve(BlendWriter *writer, Curve *cu, const void *id_address)
{
if (cu->id.us > 0 || BLO_write_is_undo(writer)) {