[Bf-blender-cvs] [9af3119c531] master: Removed trailing spaces

Sybren A. Stüvel noreply at git.blender.org
Mon Jun 19 15:29:47 CEST 2017


Commit: 9af3119c531e1b09578871025abf210fd879e063
Author: Sybren A. Stüvel
Date:   Mon Jun 19 10:46:07 2017 +0200
Branches: master
https://developer.blender.org/rB9af3119c531e1b09578871025abf210fd879e063

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