Cleanup: trailing space

This commit is contained in:
Campbell Barton
2025-04-24 12:44:27 +10:00
parent 8ccdea1934
commit 01c32a9ccc
4 changed files with 4 additions and 4 deletions

View File

@@ -374,7 +374,7 @@ endif()
if(WITH_HARU)
find_package(Haru REQUIRED)
endif()
if(WITH_MANIFOLD)
find_package(manifold REQUIRED)
endif()

View File

@@ -7,7 +7,7 @@ add_subdirectory(curve_fit_nd)
add_subdirectory(fmtlib)
if(WITH_IO_FBX)
add_subdirectory(ufbx)
endif()
endif()
# Otherwise we get warnings here that we cant fix in external projects
remove_strict_flags()

View File

@@ -582,7 +582,7 @@ if(WITH_XR_OPENXR)
if(WIN32)
list(APPEND SRC
intern/GHOST_XrGraphicsBindingD3D.cc
intern/GHOST_XrGraphicsBindingD3D.hh
)
endif()

View File

@@ -99,7 +99,7 @@ set(SRC
intern/gpu_vertex_format_normals.cc
intern/gpu_viewport.cc
intern/gpu_worker.cc
GPU_attribute_convert.hh
GPU_batch.hh
GPU_batch_presets.hh