From 59d4f771d280cbea0d0afc9579e127225751c028 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 9 Jun 2021 14:57:15 -0400 Subject: 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. --- test cases/common/9 header install/meson.build | 1 - test cases/common/9 header install/sub/meson.build | 1 - 2 files changed, 2 deletions(-) (limited to 'test cases/common/9 header install') 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') - -- cgit v1.2.1