summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-12-17 22:47:05 +0100
committerWerner Lemberg <wl@gnu.org>2020-12-17 22:47:05 +0100
commit7bdf386e758cb7c01392e625f4d723e5abb3f9a6 (patch)
tree82e8775a1c534130f56fbd9fec389eb16c2cf1fb
parentc948df52e40bca30a510694cc6ca00b49abd334c (diff)
downloadfreetype2-7bdf386e758cb7c01392e625f4d723e5abb3f9a6.tar.gz
ftmodapi.h: Replace 0xA0 characters with spaces.
-rw-r--r--include/freetype/ftmodapi.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
index 8b0bbe37b..1101abb8e 100644
--- a/include/freetype/ftmodapi.h
+++ b/include/freetype/ftmodapi.h
@@ -332,20 +332,20 @@ FT_BEGIN_HEADER
/**************************************************************************
-   *
-   * @macro:
-   *   FT_FACE_DRIVER_NAME
-   *
-   * @description:
-   *   A macro that retrieves the name of a font driver from a face object.
-   *
-   * @note:
-   *   The font driver name is a valid `module_name` for @FT_Property_Set
+ *
+ * @macro:
+ * FT_FACE_DRIVER_NAME
+ *
+ * @description:
+ * A macro that retrieves the name of a font driver from a face object.
+ *
+ * @note:
+ * The font driver name is a valid `module_name` for @FT_Property_Set
* and @FT_Property_Get. This is not the same as @FT_Get_Font_Format.
-   *
-   */
+ *
+ */
#define FT_FACE_DRIVER_NAME( face ) \
-          ( ( *(FT_Module_Class**)( ( face )->driver ) )->module_name )
+ ( ( *(FT_Module_Class**)( ( face )->driver ) )->module_name )
/**************************************************************************