]> git.parisson.com Git - pdf.js.git/commitdiff
Remove space at end of line.
authorbenbro <ben.browitt@gmail.com>
Mon, 18 Jun 2012 20:02:23 +0000 (23:02 +0300)
committerbenbro <ben.browitt@gmail.com>
Mon, 18 Jun 2012 20:02:23 +0000 (23:02 +0300)
src/fonts.js

index 0e505a808a1b9c52152d8794ffa3218039a6416c..c8415c911bfadd7b4aebe730857101c838b38bfb 100644 (file)
@@ -2379,7 +2379,7 @@ var Font = (function FontClosure() {
           styleElement = document.createElement('style');
           styleElement.id = 'PDFJS_FONT_STYLE_TAG';
           document.documentElement.getElementsByTagName('head')[0].appendChild(
-            styleElement);   
+            styleElement);
       }
 
       var styleSheet = styleElement.sheet;