aboutsummaryrefslogtreecommitdiff
path: root/test cases/osx
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/osx
parentc2592bc921f9357a187d241b233f2be0178195e9 (diff)
downloadmeson-59d4f771d280cbea0d0afc9579e127225751c028.zip
meson-59d4f771d280cbea0d0afc9579e127225751c028.tar.gz
meson-59d4f771d280cbea0d0afc9579e127225751c028.tar.bz2
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/osx')
-rw-r--r--test cases/osx/4 framework/meson.build2
-rw-r--r--test cases/osx/7 bitcode/libbar.mm1
-rw-r--r--test cases/osx/7 bitcode/libfoo.m1
3 files changed, 1 insertions, 3 deletions
diff --git a/test cases/osx/4 framework/meson.build b/test cases/osx/4 framework/meson.build
index 4cd345f..d1f7036 100644
--- a/test cases/osx/4 framework/meson.build
+++ b/test cases/osx/4 framework/meson.build
@@ -3,7 +3,7 @@
# "Target Membership" of ...
# - OpenGL.framework should be only to prog@exe
# - Foundation.framework should be only to stat@sta
-# "Build Phase" / "Link Binary with Libraries" for the target
+# "Build Phase" / "Link Binary with Libraries" for the target
# - "prog@exe" should be only "Foundation.framework"
# - "stat@sta" should be only "OpenGL.framework"
# see "xcode-frameworks.png" for an example
diff --git a/test cases/osx/7 bitcode/libbar.mm b/test cases/osx/7 bitcode/libbar.mm
index d9201c1..489b1d1 100644
--- a/test cases/osx/7 bitcode/libbar.mm
+++ b/test cases/osx/7 bitcode/libbar.mm
@@ -4,4 +4,3 @@
int EXPORT_PUBLIC libbar(void) {
return 0;
}
-
diff --git a/test cases/osx/7 bitcode/libfoo.m b/test cases/osx/7 bitcode/libfoo.m
index f1c35a9..c0f4985 100644
--- a/test cases/osx/7 bitcode/libfoo.m
+++ b/test cases/osx/7 bitcode/libfoo.m
@@ -4,4 +4,3 @@
int EXPORT_PUBLIC libfoo(void) {
return 0;
}
-