[Bf-blender-cvs] [ca8d4fbb2b9] tmp_lib_update_32: USD: fix unintended whitespace change

Ray Molenkamp noreply at git.blender.org
Fri Mar 25 17:40:51 CET 2022


Commit: ca8d4fbb2b99ec520a4dd40483368914b2e02cc2
Author: Ray Molenkamp
Date:   Fri Mar 25 10:33:33 2022 -0600
Branches: tmp_lib_update_32
https://developer.blender.org/rBca8d4fbb2b99ec520a4dd40483368914b2e02cc2

USD: fix unintended whitespace change

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

M	source/blender/io/usd/CMakeLists.txt

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

diff --git a/source/blender/io/usd/CMakeLists.txt b/source/blender/io/usd/CMakeLists.txt
index 31536460cf2..e2e959814fa 100644
--- a/source/blender/io/usd/CMakeLists.txt
+++ b/source/blender/io/usd/CMakeLists.txt
@@ -11,7 +11,6 @@ endif()
 if(WIN32)
   add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
 endif()
-
 add_definitions(-DPXR_STATIC)
 
 # USD headers use deprecated TBB headers, silence warning.



More information about the Bf-blender-cvs mailing list