summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_font
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-08-14 22:23:47 -0700
committerLei Zhang <thestig@chromium.org>2015-08-14 22:23:47 -0700
commit0998538c4a5ad116caf020aa2bd82bd32a6f7772 (patch)
treef317e2514d1c73d9ff2208cf36d5ebbf4f9e50c8 /core/src/fpdfapi/fpdf_font
parentda180e9fdd4385df024cc18046f62ca47bc74d74 (diff)
downloadpdfium-0998538c4a5ad116caf020aa2bd82bd32a6f7772.tar.xz
Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1284193005 . (cherry picked from commit 632b807b386878afdb42322f0037f8998306f4a9) Review URL: https://codereview.chromium.org/1301453002 .
Diffstat (limited to 'core/src/fpdfapi/fpdf_font')
-rw-r--r--core/src/fpdfapi/fpdf_font/ttgsubtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fpdfapi/fpdf_font/ttgsubtable.h b/core/src/fpdfapi/fpdf_font/ttgsubtable.h
index 395544ddbf..67cda371c1 100644
--- a/core/src/fpdfapi/fpdf_font/ttgsubtable.h
+++ b/core/src/fpdfapi/fpdf_font/ttgsubtable.h
@@ -23,7 +23,7 @@ class CFX_GlyphMap {
};
class CFX_CTTGSUBTable {
public:
- CFX_CTTGSUBTable(void) : m_bFeautureMapLoad(FALSE), loaded(false){};
+ CFX_CTTGSUBTable(void) : m_bFeautureMapLoad(FALSE), loaded(false) {}
CFX_CTTGSUBTable(FT_Bytes gsub) : m_bFeautureMapLoad(FALSE), loaded(false) {
LoadGSUBTable(gsub);
}