[Bf-blender-cvs] [0687d8bdce4] id_copy_refactor: Removed trailing spaces

Sybren A. Stüvel noreply at git.blender.org
Tue Jun 20 17:56:40 CEST 2017


Commit: 0687d8bdce4bf38398f48b2922c9ba82f0f270d6
Author: Sybren A. Stüvel
Date:   Mon Jun 19 10:46:07 2017 +0200
Branches: id_copy_refactor
https://developer.blender.org/rB0687d8bdce4bf38398f48b2922c9ba82f0f270d6

Removed trailing spaces

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index bd8ecbfce69..d4326d48d6d 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -468,9 +468,9 @@ if(WITH_ALEMBIC)
 			--testdir "${TEST_SRC_DIR}/alembic"
 			--alembic-root "${ALEMBIC_ROOT_DIR}"
 		)
-		add_test(NAME script_alembic_import 
-			COMMAND 
-			"$<TARGET_FILE:blender>" ${TEST_BLENDER_EXE_PARAMS} 
+		add_test(NAME script_alembic_import
+			COMMAND
+			"$<TARGET_FILE:blender>" ${TEST_BLENDER_EXE_PARAMS}
 		--python ${CMAKE_CURRENT_LIST_DIR}/bl_alembic_import_test.py
 		--
 		--testdir "${TEST_SRC_DIR}/alembic"




More information about the Bf-blender-cvs mailing list