1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

End-of-line whitespace cleanups and doc typo fixes. No code changes.

FossilOrigin-Name: bdfd72a083fadd724030c4c89adae71426e1ddd402c6bc5abf40801ecf3253cf
This commit is contained in:
stephan
2023-01-26 20:08:59 +00:00
parent 3db12cd7c4
commit 0945197a39
4 changed files with 55 additions and 55 deletions

View File

@ -190,7 +190,7 @@ const installOpfsVfs = function callee(options){
s = metrics.s11n.deserialize = Object.create(null);
s.count = s.time = 0;
}
}/*metrics*/;
}/*metrics*/;
const opfsVfs = new sqlite3_vfs();
const opfsIoMethods = new sqlite3_io_methods();
const promiseReject = function(err){
@ -743,7 +743,7 @@ const installOpfsVfs = function callee(options){
let rc;
try {
rc = opRun('xRead',pFile, n, Number(offset64));
if(0===rc || capi.SQLITE_IOERR_SHORT_READ===rc){
if(0===rc || capi.SQLITE_IOERR_SHORT_READ===rc){
/**
Results get written to the SharedArrayBuffer f.sabView.
Because the heap is _not_ a SharedArrayBuffer, we have
@ -1291,7 +1291,7 @@ const installOpfsVfs = function callee(options){
}).catch(promiseReject);
}else{
promiseResolve(sqlite3);
}
}
}catch(e){
error(e);
promiseReject(e);