Cleanup: remove trailing space, ensure a newline at EOF

This commit is contained in:
Campbell Barton
2025-01-02 15:11:18 +11:00
parent dfef060ea4
commit 5c515e26bb
46 changed files with 6 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
##################################################################################################
macro(download_package package_name)
# this will
# this will
# 1 - download the required package from either the upstream location or blender mirror depending on MSYS2_USE_UPSTREAM_PACKAGES
# 2 - Set a global variable [package_name]_FILE to point to the downloaded file
# 3 - Verify the hash if FORCE_CHECK_HASH is on
@@ -53,7 +53,7 @@ macro(download_package package_name)
endmacro()
# Note we use URL here rather than URI as the deps checker will check all *_URI vars for package/license/homepage requirements
# since none of this will end up on end users systems the requirements are not as strict
# since none of this will end up on end users systems the requirements are not as strict
set(MSYS2_BASE_URL https://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20221028.tar.xz)
set(MSYS2_BASE_HASH 545cc6a4c36bb98058f2b2945c5d06de523516db)

View File

@@ -439,7 +439,7 @@ function(blender_add_lib__impl
# Not for system includes because they can resolve to the same path
# list_assert_duplicates("${includes_sys}")
# blenders dependency loops are longer than cmake expects and we need additional loops to
# blenders dependency loops are longer than cmake expects and we need additional loops to
# properly link.
set_property(TARGET ${name} APPEND PROPERTY LINK_INTERFACE_MULTIPLICITY 3)
endfunction()

View File

@@ -40,7 +40,7 @@ set(SRC
COM_simple_operation.hh
COM_static_cache_manager.hh
COM_texture_pool.hh
COM_utilities.hh
COM_utilities.hh
intern/COM_compositor.cc
intern/compile_state.cc
@@ -136,7 +136,7 @@ set(SRC
cached_resources/COM_symmetric_separable_blur_weights.hh
cached_resources/COM_van_vliet_gaussian_coefficients.hh
utilities/COM_utilities_diagonals.hh
utilities/COM_utilities_diagonals.hh
)
set(LIB

View File

@@ -53,4 +53,3 @@ set(LIB
blender_add_lib(bf_editor_armature "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -62,4 +62,3 @@ set(LIB
)
blender_add_lib(bf_editor_asset "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -40,4 +40,3 @@ set(LIB
)
blender_add_lib(bf_editor_curve "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -37,4 +37,3 @@ set(LIB
)
blender_add_lib(bf_editor_geometry "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -46,4 +46,3 @@ set(LIB
blender_add_lib(bf_editor_gizmo_library "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -40,4 +40,3 @@ set(LIB
blender_add_lib(bf_editor_gpencil_legacy "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -82,4 +82,3 @@ if(WITH_GMP)
endif()
blender_add_lib(bf_editor_mesh "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -82,4 +82,3 @@ if(WITH_EXPERIMENTAL_FEATURES)
endif()
blender_add_lib(bf_editor_object "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -56,4 +56,3 @@ endif()
blender_add_lib(bf_editor_physics "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -67,4 +67,3 @@ if(WITH_TBB)
endif()
blender_add_lib(bf_editor_render "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -57,4 +57,3 @@ if(WITH_HEADLESS)
endif()
blender_add_lib(bf_editor_screen "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -52,4 +52,3 @@ if(WITH_CODEC_SNDFILE)
endif()
blender_add_lib(bf_editor_sound "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -39,4 +39,3 @@ set(LIB
)
blender_add_lib(bf_editor_space_action "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -43,4 +43,3 @@ if(WITH_EXPERIMENTAL_FEATURES)
endif()
blender_add_lib(bf_editor_space_buttons "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -52,4 +52,3 @@ set(LIB
)
blender_add_lib(bf_editor_space_clip "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -87,4 +87,3 @@ if(WITH_FREESTYLE)
endif()
blender_add_lib(bf_editor_space_file "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -56,4 +56,3 @@ endif()
blender_add_lib(bf_editor_space_graph "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -62,4 +62,3 @@ endif()
blender_add_lib(bf_editor_space_image "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -41,4 +41,3 @@ set(LIB
blender_add_lib(bf_editor_space_info "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -37,4 +37,3 @@ set(LIB
)
blender_add_lib(bf_editor_space_nla "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -91,4 +91,3 @@ if(WITH_TBB)
endif()
blender_add_lib(bf_editor_space_node "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -145,4 +145,3 @@ set(LIB
blender_add_lib(bf_editor_space_outliner "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -78,4 +78,3 @@ endif()
blender_add_lib(bf_editor_space_sequencer "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -69,4 +69,3 @@ if(WITH_OPENVDB)
endif()
blender_add_lib(bf_editor_space_spreadsheet "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -28,4 +28,3 @@ set(LIB
blender_add_lib(bf_editor_space_statusbar "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -28,5 +28,3 @@ set(LIB
blender_add_lib(bf_editor_space_topbar "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -32,4 +32,3 @@ set(LIB
)
blender_add_lib(bf_editor_space_userpref "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -105,4 +105,3 @@ if(WITH_XR_OPENXR)
endif()
blender_add_lib(bf_editor_space_view3d "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -121,4 +121,3 @@ set(LIB
)
blender_add_lib(bf_editor_transform "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -125,4 +125,3 @@ if(WITH_PYTHON)
endif()
blender_add_lib(bf_editor_util "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -50,4 +50,3 @@ endif()
blender_add_lib(bf_editor_uvedit "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -579,4 +579,3 @@ blender_add_lib(bf_freestyle "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
if(COMMAND target_precompile_headers)
target_precompile_headers(bf_freestyle PRIVATE FRS_precomp.h)
endif()

View File

@@ -235,7 +235,7 @@ set(SRC
set(INC
PUBLIC .
# RNA_prototypes.hh
PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/../../makesrna/
PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/../../makesrna/
PUBLIC ..
../../animrig
../../asset_system

View File

@@ -241,4 +241,3 @@ endif()
# So we can have special tricks in modifier system.
blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -207,4 +207,3 @@ endif()
blender_add_lib(bf_nodes "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
add_library(bf::nodes ALIAS bf_nodes)

View File

@@ -168,4 +168,3 @@ endif()
blender_add_lib(bf_nodes_composite "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
blender_set_target_unity_build(bf_nodes_composite 10)

View File

@@ -351,4 +351,3 @@ blender_add_lib(bf_nodes_geometry "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
target_link_libraries(bf_nodes_geometry_generated bf_nodes_geometry)
blender_set_target_unity_build(bf_nodes_geometry 10)

View File

@@ -178,4 +178,3 @@ endif()
blender_add_lib(bf_nodes_shader "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
blender_set_target_unity_build(bf_nodes_shader 10)

View File

@@ -63,4 +63,3 @@ set(LIB
)
blender_add_lib(bf_nodes_texture "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -373,4 +373,3 @@ if(WITH_HYDRA)
endif()
blender_add_lib(bf_python "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -98,4 +98,3 @@ set(SRC
)
blender_add_lib(bf_render_hydra "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")

View File

@@ -121,4 +121,3 @@ endif()
blender_add_lib(bf_sequencer "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
add_library(bf::sequencer ALIAS bf_sequencer)

View File

@@ -48,4 +48,3 @@ set(LIB
blender_add_lib(bf_shader_fx "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")