1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

cleaned whitespace

This commit is contained in:
Collin Anderson 2015-02-02 10:12:52 -05:00
parent 76a24d8a5b
commit 54e984c763
89 changed files with 56 additions and 126 deletions

View file

@ -19,9 +19,9 @@
/* This class implements the QM Coder decoding as defined in
* JPEG 2000 Part I Final Committee Draft Version 1.0
* Annex C.3 Arithmetic decoding procedure
* Annex C.3 Arithmetic decoding procedure
* available at http://www.jpeg.org/public/fcd15444-1.pdf
*
*
* The arithmetic decoder is used in conjunction with context models to decode
* JPEG2000 and JBIG2 streams.
*/