commit | e8808c1c203c306f7b7667f9a0f32422c9f7abbb | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Tue Mar 24 19:15:09 2020 +0430 |
committer | Ebrahim Byagowi <ebrahim@gnu.org> | Tue Mar 24 19:06:09 2020 +0000 |
tree | 485d3a64aa358919474c10b367af062ff34d4fdb | |
parent | 4dfda9feaa431c2ab19d87cb177cc2502f5f0c21 [diff] [blame] |
[meson] Minor, replace tabs with spaces
diff --git a/meson.build b/meson.build index 52e829a..d89ebb8 100644 --- a/meson.build +++ b/meson.build
@@ -301,9 +301,9 @@ foreach link_with : link_withs dep = cpp.find_library(link_with, required: false) if dep.found() - extra_deps += dep + extra_deps += dep else - found = false + found = false endif endforeach