diff --git a/LICENSE b/LICENSE index e454a52586f29b..f433b1a53f5b83 100644 --- a/LICENSE +++ b/LICENSE @@ -175,4 +175,3 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - diff --git a/docs/contents/examples/index.md b/docs/contents/examples/index.md index 03b656d5f4707e..418bc20700d6bd 100644 --- a/docs/contents/examples/index.md +++ b/docs/contents/examples/index.md @@ -61,5 +61,3 @@ var viewport = page.getViewport(1); var scale = desiredWidth / viewport.width; var scaledViewport = page.getViewport(scale); ``` - - diff --git a/examples/acroforms/forms.js b/examples/acroforms/forms.js index ecf2586144c493..bcdaec09c710b3 100644 --- a/examples/acroforms/forms.js +++ b/examples/acroforms/forms.js @@ -150,4 +150,3 @@ PDFJS.getDocument(pdfWithFormsPath).then(function getPdfForm(pdf) { renderPage(viewer, pdf, pageNumber++, pageRenderingComplete); }); }); - diff --git a/examples/acroforms/index.html b/examples/acroforms/index.html index 85b60f36923aab..3011e016a3e3c9 100644 --- a/examples/acroforms/index.html +++ b/examples/acroforms/index.html @@ -21,7 +21,7 @@ // Specify the PDF with AcroForm here var pdfWithFormsPath = '../../test/pdfs/f1040.pdf'; - +