mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 17:18:07 +02:00
fixed indent
This commit is contained in:
parent
4e72572fe7
commit
bb0125c294
1 changed files with 3 additions and 3 deletions
6
pdf.js
6
pdf.js
|
@ -387,9 +387,9 @@ var FlateStream = (function() {
|
|||
if (codeSize == 0|| codeSize < codeLen || codeLen == 0)
|
||||
error("Bad encoding in flate stream");
|
||||
this.codeBuf = (codeBuf >> codeLen);
|
||||
this.codeSize = (codeSize - codeLen);
|
||||
this.bytesPos = bytesPos;
|
||||
return codeVal;
|
||||
this.codeSize = (codeSize - codeLen);
|
||||
this.bytesPos = bytesPos;
|
||||
return codeVal;
|
||||
};
|
||||
constructor.prototype.generateHuffmanTable = function(lengths) {
|
||||
var n = lengths.length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue