freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 7bdf386: ftmodapi.h: Replace 0xA0 characters with spa


From: Werner LEMBERG
Subject: [freetype2] master 7bdf386: ftmodapi.h: Replace 0xA0 characters with spaces.
Date: Thu, 17 Dec 2020 16:56:18 -0500 (EST)

branch: master
commit 7bdf386e758cb7c01392e625f4d723e5abb3f9a6
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    ftmodapi.h: Replace 0xA0 characters with spaces.
---
 include/freetype/ftmodapi.h | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
index 8b0bbe3..1101abb 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 )
 
 
   /**************************************************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]