From 63099565a3981c33bcd09aa4280eeee94fe2efc8 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Wed, 19 Oct 2011 16:17:02 +0200 Subject: [PATCH] fix spacing issue (lint) --- extensions/firefox/components/pdfContentHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/firefox/components/pdfContentHandler.js b/extensions/firefox/components/pdfContentHandler.js index d5f466e3f..7746e41b6 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; }