]> git.parisson.com Git - pdf.js.git/commitdiff
Remove extra space
authornotmasteryet <async.processingjs@yahoo.com>
Sun, 11 Sep 2011 18:37:13 +0000 (13:37 -0500)
committernotmasteryet <async.processingjs@yahoo.com>
Sun, 11 Sep 2011 18:37:13 +0000 (13:37 -0500)
pdf.js

diff --git a/pdf.js b/pdf.js
index 193f8e13e6beadb9ede46cc4979cd633cf01f1ea..ed1c09ab3e82da4db05876bec2d4e3ec596997b1 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -4502,7 +4502,7 @@ var PartialEvaluator = (function() {
           }
         }
 
-         // TODO implement default widths for standard fonts metrics
+        // TODO implement default widths for standard fonts metrics
         var defaultWidth = 1000;
         var widths = Metrics[stdFontMap[baseFontName] || baseFontName];
         if (IsNum(widths)) {