summaryrefslogtreecommitdiff
path: root/core/include/thirdparties/freetype/freetype/config/ftconfig.h
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jabdelmalek@google.com>2014-05-23 17:28:10 -0700
committerJohn Abd-El-Malek <jabdelmalek@google.com>2014-05-23 17:41:56 -0700
commit3f3b45cc74b0499912409f766a595945dbbfc4c5 (patch)
treeec400b6965477b88ea7f0d335f7e5c52044c346c /core/include/thirdparties/freetype/freetype/config/ftconfig.h
parent6fe4aed948337175f6f7f81bb03c37b9c7f535da (diff)
downloadpdfium-3f3b45cc74b0499912409f766a595945dbbfc4c5.tar.xz
Convert all line endings to LF.
Diffstat (limited to 'core/include/thirdparties/freetype/freetype/config/ftconfig.h')
-rw-r--r--core/include/thirdparties/freetype/freetype/config/ftconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/thirdparties/freetype/freetype/config/ftconfig.h b/core/include/thirdparties/freetype/freetype/config/ftconfig.h
index e4eb4dcba2..b971d146ed 100644
--- a/core/include/thirdparties/freetype/freetype/config/ftconfig.h
+++ b/core/include/thirdparties/freetype/freetype/config/ftconfig.h
@@ -337,7 +337,7 @@ FT_BEGIN_HEADER
/* Provide assembler fragments for performance-critical functions. */
/* These must be defined `static __inline__' with GCC. */
- /**Johnson add !defined( __thumb__ )*/
+ /**Johnson add !defined( __thumb__ )*/
#if (defined( __CC_ARM ) || defined( __ARMCC__ ))&& !defined( __thumb__ ) /* RVCT */
#define FT_MULFIX_ASSEMBLER FT_MulFix_arm