aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftlzw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftlzw.h')
-rw-r--r--include/freetype/ftlzw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/ftlzw.h b/include/freetype/ftlzw.h
index 00d4016..3ea5077 100644
--- a/include/freetype/ftlzw.h
+++ b/include/freetype/ftlzw.h
@@ -84,9 +84,9 @@ FT_BEGIN_HEADER
* This function may return `FT_Err_Unimplemented_Feature' if your build
* of FreeType was not compiled with LZW support.
*/
- FT_EXPORT( FT_Error )
- FT_Stream_OpenLZW( FT_Stream stream,
- FT_Stream source );
+ FT_EXPORT(FT_Error)
+ FT_Stream_OpenLZW(FT_Stream stream,
+ FT_Stream source);
/* */