From 9d8ec5a6e37e8d1d4d4edca9040de234e2d4728f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 4 Aug 2015 13:00:21 -0700 Subject: XFA: clang-format all pdfium code. No behavior change. Generated by: find . -name '*.cpp' -o -name '*.h' | \ grep -E -v 'third_party|thirdparties|lpng_v163|tiff_v403' | \ xargs ../../buildtools/mac/clang-format -i Then manually merged https://codereview.chromium.org/1269223002/ See thread "tabs vs spaces" on pdfium@googlegroups.com for discussion. BUG=none --- core/src/fpdfapi/fpdf_cmaps/cmap_int.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'core/src/fpdfapi/fpdf_cmaps/cmap_int.h') 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_ -- cgit v1.2.3