Skip to content

Commit 7de17d7

Browse files
committed
GPU: Fix trailing whitespace
1 parent 0859b9a commit 7de17d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

GPU/GPUTracking/Base/opencl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ add_executable(opencl_compiler
4242
target_link_libraries(opencl_compiler PUBLIC OpenCL::OpenCL)
4343
set_property(TARGET opencl_compiler
4444
PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
45-
45+
4646
if(ALIGPU_BUILD_TYPE STREQUAL "Standalone")
4747
set(OPENCL_HEADER_FILTER "${CMAKE_SOURCE_DIR}")
4848
else()

GPU/GPUTracking/Standalone/Benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(SRCS
1515
standalone.cxx
1616
../../utils/qconfig.cxx
1717
../../Base/GPUReconstructionTimeframe.cxx)
18-
18+
1919
if(ALIGPU_BUILD_TYPE STREQUAL "O2")
2020
o2_add_executable(standalone-benchmark
2121
COMPONENT_NAME gpu

GPU/GPUTracking/cmake/vulkan_display.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function(add_glslc_shader TARGET SHADER)
2222
set(spirv-file ${CMAKE_CURRENT_BINARY_DIR}/shaders/${input-file-rel}.spv)
2323
get_filename_component(output-dir ${spirv-file} DIRECTORY)
2424
file(MAKE_DIRECTORY ${output-dir})
25-
25+
2626
add_custom_command(
2727
OUTPUT ${spirv-file}
2828
COMMAND ${Vulkan_GLSLC_EXECUTABLE} -o ${spirv-file} ${input-file-abs}

0 commit comments

Comments
 (0)