Skip to content

Commit

Permalink
libvmaf/src/meson.build: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Feb 14, 2024
1 parent 678a4a3 commit 0eabcb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvmaf/src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ cuda_dependency = []
common_cuda_objects = []
cuda_inc = []

if is_nvtx_enabled
if is_nvtx_enabled
cuda_dependency += declare_dependency(link_args : ['-ldl'])
cuda_inc += include_directories('/usr/local/cuda/include')
endif
Expand Down Expand Up @@ -466,7 +466,7 @@ libvmaf_sources = [

if is_cuda_enabled
vmaf_cflags_common += '-DHAVE_CUDA'
if is_nvtx_enabled
if is_nvtx_enabled
vmaf_cflags_common += '-DHAVE_NVTX'
endif
endif
Expand Down

0 comments on commit 0eabcb0

Please sign in to comment.