Preserve whitespace in _concat files
This is a whitespace-only change. The diff is best viewed with the `--patience` flag. Some component library sources include trailing whitespace and carriage returns which were excluded from these compiled files, (but somehow still included in the final libtextsecure build). Although superfluous, excluding these characters from these files means that I end up with spurious changes whenever I rebuild them.
This commit is contained in:
parent
f2853d00e6
commit
b1035c23e5
3 changed files with 4888 additions and 4888 deletions
|
@ -838,7 +838,7 @@ function removeRunDependency(id) {
|
|||
if (runDependencyWatcher !== null) {
|
||||
clearInterval(runDependencyWatcher);
|
||||
runDependencyWatcher = null;
|
||||
}
|
||||
}
|
||||
// If run has never been called, and we should call run (INVOKE_RUN is true, and Module.noInitialRun is not false)
|
||||
if (!calledRun && shouldRunNow) run();
|
||||
}
|
||||
|
@ -899,7 +899,7 @@ function copyTempDouble(ptr) {
|
|||
HEAP8[tempDoublePtr+6] = HEAP8[ptr+6];
|
||||
HEAP8[tempDoublePtr+7] = HEAP8[ptr+7];
|
||||
}
|
||||
Module["_memcpy"] = _memcpy;
|
||||
Module["_memcpy"] = _memcpy;
|
||||
Module["_memmove"] = _memmove;var _llvm_memmove_p0i8_p0i8_i32=_memmove;
|
||||
var _llvm_memcpy_p0i8_p0i8_i32=_memcpy;
|
||||
Module["_memset"] = _memset;var _llvm_memset_p0i8_i32=_memset;
|
||||
|
@ -2061,9 +2061,9 @@ var i64Math = (function() { // Emscripten wrapper
|
|||
* The above copyright notice and this permission notice shall be
|
||||
* included in all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
||||
* EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
||||
* WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
||||
* EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
||||
* WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
|
||||
* INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue