summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_cmaps/cmap_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fpdfapi/fpdf_cmaps/cmap_int.h')
-rw-r--r--core/src/fpdfapi/fpdf_cmaps/cmap_int.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/src/fpdfapi/fpdf_cmaps/cmap_int.h b/core/src/fpdfapi/fpdf_cmaps/cmap_int.h
index 98b64ed8ec..41743a8f4a 100644
--- a/core/src/fpdfapi/fpdf_cmaps/cmap_int.h
+++ b/core/src/fpdfapi/fpdf_cmaps/cmap_int.h
@@ -10,16 +10,16 @@
#include "../../../include/fxcrt/fx_system.h" // For FX_WORD.
struct FXCMAP_CMap {
- enum MapType { None, Single, Range, Reverse };
+ enum MapType { None, Single, Range, Reverse };
- const char* m_Name;
- MapType m_WordMapType;
- const FX_WORD* m_pWordMap;
- int m_WordCount;
- MapType m_DWordMapType;
- const FX_WORD* m_pDWordMap;
- int m_DWordCount;
- int m_UseOffset;
+ const char* m_Name;
+ MapType m_WordMapType;
+ const FX_WORD* m_pWordMap;
+ int m_WordCount;
+ MapType m_DWordMapType;
+ const FX_WORD* m_pDWordMap;
+ int m_DWordCount;
+ int m_UseOffset;
};
#endif // CORE_SRC_FPDFAPI_FPDF_CMAPS_CMAP_INT_H_