Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6067 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp
index 3971281..9a8f136 100644
--- a/src/pdf/SkPDFFont.cpp
+++ b/src/pdf/SkPDFFont.cpp
@@ -707,7 +707,7 @@
index = i;
}
}
-
+
SkDEBUGCODE(int indexFound;)
SkASSERT(index == -1 ||
(Find(SkTypeface::UniqueID(fTypeface.get()),
@@ -776,7 +776,7 @@
// This only is to catch callers who pass invalid glyph ids.
// If glyph id is invalid, then we will create duplicate entries
// for True Type fonts.
- SkAdvancedTypefaceMetrics::FontType fontType =
+ SkAdvancedTypefaceMetrics::FontType fontType =
fontMetrics.get() ? fontMetrics.get()->fType :
SkAdvancedTypefaceMetrics::kOther_Font;
@@ -784,7 +784,7 @@
fontType == SkAdvancedTypefaceMetrics::kTrueType_Font) {
CanonicalFonts()[relatedFontIndex].fFont->ref();
return CanonicalFonts()[relatedFontIndex].fFont;
- }
+ }
} else {
SkAdvancedTypefaceMetrics::PerGlyphInfo info;
info = SkAdvancedTypefaceMetrics::kGlyphNames_PerGlyphInfo;