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:
authorCampbell Barton <ideasman42@gmail.com>2019-06-04 03:51:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-04 03:52:20 +0300
commitc13e10a7404ddae1d2ab9dc3d421ad18e8cb01ac (patch)
tree8906f96fd20a8fe5bd7b973db13fc5dcd663634a /source/blender/collada/BCAnimationCurve.h
parentd62a749fcf4848958d748a4d5ef5c4f1172cd351 (diff)
Cleanup: clang-format, remove tabs
Diffstat (limited to 'source/blender/collada/BCAnimationCurve.h')
-rw-r--r--source/blender/collada/BCAnimationCurve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/BCAnimationCurve.h b/source/blender/collada/BCAnimationCurve.h
index 1b97ea4a0ba..33533258dc2 100644
--- a/source/blender/collada/BCAnimationCurve.h
+++ b/source/blender/collada/BCAnimationCurve.h
@@ -120,7 +120,7 @@ class BCAnimationCurve {
const std::string get_animation_name(Object *ob) const; /* xxx: this is collada specific */
const std::string get_channel_target() const;
const std::string get_channel_type() const;
- const std::string get_channel_posebone() const; // returns "" if channel is not a bone channel
+ const std::string get_channel_posebone() const; // returns "" if channel is not a bone channel
const int get_channel_index() const;
const int get_subindex() const;