diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2021-06-09 14:57:15 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-08-15 09:36:18 -0400 |
| commit | 59d4f771d280cbea0d0afc9579e127225751c028 (patch) | |
| tree | 6454a837f8d8e95ddb69331756e54bcbf03b86f1 /test cases/wasm/1 basic | |
| parent | c2592bc921f9357a187d241b233f2be0178195e9 (diff) | |
| download | meson-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/wasm/1 basic')
| -rw-r--r-- | test cases/wasm/1 basic/hello.c | 1 | ||||
| -rw-r--r-- | test cases/wasm/1 basic/hello.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test cases/wasm/1 basic/hello.c b/test cases/wasm/1 basic/hello.c index a104b3780..232880377 100644 --- a/test cases/wasm/1 basic/hello.c +++ b/test cases/wasm/1 basic/hello.c @@ -4,4 +4,3 @@ int main() { printf("Hello World\n"); return 0; } - diff --git a/test cases/wasm/1 basic/hello.cpp b/test cases/wasm/1 basic/hello.cpp index 119dc8b9f..44b14acf3 100644 --- a/test cases/wasm/1 basic/hello.cpp +++ b/test cases/wasm/1 basic/hello.cpp @@ -4,4 +4,3 @@ int main(void) { std::cout << "Hello World" << std::endl; return 0; } - |
