aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftlcdfil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftlcdfil.h')
-rw-r--r--include/freetype/ftlcdfil.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index 39206f0..9a42d6e 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -195,9 +195,9 @@ FT_BEGIN_HEADER
* @since:
* 2.3.0
*/
- FT_EXPORT( FT_Error )
- FT_Library_SetLcdFilter( FT_Library library,
- FT_LcdFilter filter );
+ FT_EXPORT(FT_Error)
+ FT_Library_SetLcdFilter(FT_Library library,
+ FT_LcdFilter filter);
/**************************************************************************
@@ -236,9 +236,9 @@ FT_BEGIN_HEADER
* @since:
* 2.4.0
*/
- FT_EXPORT( FT_Error )
- FT_Library_SetLcdFilterWeights( FT_Library library,
- unsigned char *weights );
+ FT_EXPORT(FT_Error)
+ FT_Library_SetLcdFilterWeights(FT_Library library,
+ unsigned char *weights);
/* */