From: Vivien Nicolas <21@vingtetun.org> Date: Wed, 19 Oct 2011 14:17:02 +0000 (+0200) Subject: fix spacing issue (lint) X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=63099565a3981c33bcd09aa4280eeee94fe2efc8;p=pdf.js.git fix spacing issue (lint) --- diff --git a/extensions/firefox/components/pdfContentHandler.js b/extensions/firefox/components/pdfContentHandler.js index d5f466e..7746e41 100644 --- a/extensions/firefox/components/pdfContentHandler.js +++ b/extensions/firefox/components/pdfContentHandler.js @@ -43,7 +43,7 @@ pdfContentHandler.prototype = { let url = null; try { url = Services.prefs.getCharPref('extensions.pdf.js.url'); - } catch(e) { + } catch (e) { log('Error retrieving the pdf.js base url - ' + e); throw NS_ERROR_WONT_HANDLE_CONTENT; }