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/BCMath.h
parentd62a749fcf4848958d748a4d5ef5c4f1172cd351 (diff)
Cleanup: clang-format, remove tabs
Diffstat (limited to 'source/blender/collada/BCMath.h')
-rw-r--r--source/blender/collada/BCMath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/collada/BCMath.h b/source/blender/collada/BCMath.h
index cc2ce7ce315..bb62f6c179a 100644
--- a/source/blender/collada/BCMath.h
+++ b/source/blender/collada/BCMath.h
@@ -54,7 +54,6 @@ class BCQuat {
}
void rotate_to(Matrix &mat_to);
-
};
class BCMatrix {