From 41d4a1986548e66a652221e4a68c52900474eeff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 08:24:14 +0200 Subject: ClangFormat: format '#if 0' code in source/ --- source/blender/collada/ArmatureExporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/collada/ArmatureExporter.h') diff --git a/source/blender/collada/ArmatureExporter.h b/source/blender/collada/ArmatureExporter.h index f0da8680476..6ef6007960e 100644 --- a/source/blender/collada/ArmatureExporter.h +++ b/source/blender/collada/ArmatureExporter.h @@ -81,7 +81,7 @@ class ArmatureExporter : public COLLADASW::LibraryControllers, void wrote(Object *ob_arm); - void find_objects_using_armature(Object *ob_arm, std::vector& objects, Scene *sce); + void find_objects_using_armature(Object *ob_arm, std::vector &objects, Scene *sce); #endif // Scene, SceneExporter and the list of child_objects -- cgit v1.2.3