Skip to content

Commit 916fd61

Browse files
committed
Fixed indent mistake (looked odd).
modified: meson.build
1 parent 778be0d commit 916fd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ configure_file(output : 'config.h', configuration : config_h)
236236

237237
libdwarf_output = ('always')
238238
if dev_decompression
239-
libdwarf_output = 'always (zlib: ' + (zlib_deps.found() ? 'yes' : 'no') + ')'
240-
libdwarf_output += ' always (libzstd: ' + (libzstd_deps.found() ? 'yes' : 'no') + ')'
239+
libdwarf_output = 'always (zlib: ' + (zlib_deps.found() ? 'yes' : 'no') + ')'
240+
libdwarf_output += ' always (libzstd: ' + (libzstd_deps.found() ? 'yes' : 'no') + ')'
241241
endif
242242

243243
libdwarfp_output = (have_libdwarfp ? 'yes' : 'no')

0 commit comments

Comments
 (0)