fix spacing issue (lint)

This commit is contained in:
Vivien Nicolas 2011-10-19 16:17:02 +02:00
parent f3dc4206ee
commit 63099565a3

View File

@ -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;
}