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:
authorDalai Felinto <dalai@blender.org>2020-08-04 17:01:26 +0300
committerDalai Felinto <dalai@blender.org>2020-08-04 17:01:26 +0300
commit7bad5e0d185503ec438ed48af4fbd487adf581cc (patch)
tree05afbe30a2c2c77162437527649ad1535a7543c1 /source/blender/ikplugin
parent0e87a35f8e4571688e402623f8da23840e02f96b (diff)
Cleanup: clang-format after recent cleanup commit
Remember to run `make format` after any massive cleanup please. This "issue" introduced on 901ee66ea1cb.
Diffstat (limited to 'source/blender/ikplugin')
-rw-r--r--source/blender/ikplugin/BIK_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/ikplugin/BIK_api.h b/source/blender/ikplugin/BIK_api.h
index 99f68983c21..38a48864cc0 100644
--- a/source/blender/ikplugin/BIK_api.h
+++ b/source/blender/ikplugin/BIK_api.h
@@ -37,9 +37,9 @@ struct bPose;
struct bPoseChannel;
void BIK_init_tree(struct Depsgraph *depsgraph,
- struct Scene *scene,
- struct Object *ob,
- float ctime);
+ struct Scene *scene,
+ struct Object *ob,
+ float ctime);
void BIK_execute_tree(struct Depsgraph *depsgraph,
struct Scene *scene,
struct Object *ob,