summaryrefslogtreecommitdiff
path: root/test cases/common/9 header install
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-06-09 14:57:15 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-08-15 09:36:18 -0400
commit59d4f771d280cbea0d0afc9579e127225751c028 (patch)
tree6454a837f8d8e95ddb69331756e54bcbf03b86f1 /test cases/common/9 header install
parentc2592bc921f9357a187d241b233f2be0178195e9 (diff)
downloadmeson-59d4f771d280cbea0d0afc9579e127225751c028.tar.gz
editorconfig: add setting to trim trailing whitespace
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
Diffstat (limited to 'test cases/common/9 header install')
-rw-r--r--test cases/common/9 header install/meson.build1
-rw-r--r--test cases/common/9 header install/sub/meson.build1
2 files changed, 0 insertions, 2 deletions
diff --git a/test cases/common/9 header install/meson.build b/test cases/common/9 header install/meson.build
index 891cb596b..833b4d4da 100644
--- a/test cases/common/9 header install/meson.build
+++ b/test cases/common/9 header install/meson.build
@@ -9,4 +9,3 @@ h1 = install_headers('rootdir.h')
h2 = install_headers(as_array, subdir : 'subdir')
h3 = install_headers(subheader)
h4 = install_headers(disabler())
-
diff --git a/test cases/common/9 header install/sub/meson.build b/test cases/common/9 header install/sub/meson.build
index 1ee0d1dd4..1cff4b2ac 100644
--- a/test cases/common/9 header install/sub/meson.build
+++ b/test cases/common/9 header install/sub/meson.build
@@ -1,2 +1 @@
subheader = files('fileheader.h')
-