Skip to content

Commit 7931b71

Browse files
committedJan 19, 2021
Remove trailing whitespaces
using trailing_whitespace_remover.sh
1 parent 90fb5a2 commit 7931b71

File tree

210 files changed

+9034
-9035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+9034
-9035
lines changed
 

‎ChangeLog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Current Trunk
2828
------------------
2929
- `emscripten/vr.h` and other remnants of WebVR support removed. (#13210, which
3030
is a followup to #10460)
31-
- Stop overriding CMake default flags based on build type. This will
31+
- Stop overriding CMake default flags based on build type. This will
3232
result in builds that are more like CMake does on other platforms. You
3333
may notice that `RelWithDebInfo` will now include debug info (it did not
3434
before, which appears to have been an error), and that `Release` will
@@ -216,7 +216,7 @@ Current Trunk
216216
is encountered. This makes the Emscripten program behave more like a native
217217
program where the OS would terminate the process and no further code can be
218218
executed when an unhandled exception (e.g. out-of-bounds memory access) happens.
219-
Once the program aborts any exported function calls will fail with a "program
219+
Once the program aborts any exported function calls will fail with a "program
220220
has already aborted" exception to prevent calls into code with a potentially
221221
corrupted program state.
222222
- Use `__indirect_function_table` as the import name for the table, which is

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the following conditions:
5757
Neither the names of Mozilla,
5858
nor the names of its contributors may be used to endorse
5959
or promote products derived from this Software without specific prior
60-
written permission.
60+
written permission.
6161

6262
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6363
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

0 commit comments

Comments
 (0)
Failed to load comments.