Skip to content

Commit 6c517ee

Browse files
committedDec 6, 2020
Remove trailing whitespaces
from bash (git-bash): ``` git grep -I --name-only -z -e '' -- . ':!tests/third_party' ':!third_party' ':!tests/glbook' ':!system/lib/libc/musl' ':!cmake/Modules/FindOpenAL.cmake' ':!docs/emscripten_powered_by_logo.svg' ':!docs/paper.tex' ':!media/powered_by_logo.svg' ':!media/switch_logo.svg' ':!site/source/_themes' | xargs -0 sed -i 's/[ \t]\+\(\r\?\)$/\1/' ```
1 parent 4362ff3 commit 6c517ee

File tree

375 files changed

+12567
-12568
lines changed

Some content is hidden

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

375 files changed

+12567
-12568
lines changed
 

‎ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Current Trunk
194194
is encountered. This makes the Emscripten program behave more like a native
195195
program where the OS would terminate the process and no further code can be
196196
executed when an unhandled exception (e.g. out-of-bounds memory access) happens.
197-
Once the program aborts any exported function calls will fail with a "program
197+
Once the program aborts any exported function calls will fail with a "program
198198
has already aborted" exception to prevent calls into code with a potentially
199199
corrupted program state.
200200
- 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.