summaryrefslogtreecommitdiff
path: root/include/freetype/config/ftstdlib.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-09-04 08:00:58 +0200
committerWerner Lemberg <wl@gnu.org>2018-09-04 08:00:58 +0200
commit01a5d326bb320b1e1c832d6954df583ae8c0ebd2 (patch)
treeedc169ff2e54a51f3ab88a091c8b16b82a49c5a9 /include/freetype/config/ftstdlib.h
parent6a4229c4b0b5ce9f0e6ad420e7a504c6ad99acf4 (diff)
downloadfreetype2-01a5d326bb320b1e1c832d6954df583ae8c0ebd2.tar.gz
Make `/****...' comments in public headers uniformly end on column 77.
Diffstat (limited to 'include/freetype/config/ftstdlib.h')
-rw-r--r--include/freetype/config/ftstdlib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/config/ftstdlib.h b/include/freetype/config/ftstdlib.h
index d9885847f..d31b7d8af 100644
--- a/include/freetype/config/ftstdlib.h
+++ b/include/freetype/config/ftstdlib.h
@@ -68,7 +68,7 @@
#define FT_ULONG_MAX ULONG_MAX
- /***********************************************************************
+ /**************************************************************************
*
* character and string processing
*
@@ -92,7 +92,7 @@
#define ft_strstr strstr
- /***********************************************************************
+ /**************************************************************************
*
* file handling
*
@@ -110,7 +110,7 @@
#define ft_sprintf sprintf
- /***********************************************************************
+ /**************************************************************************
*
* sorting
*
@@ -122,7 +122,7 @@
#define ft_qsort qsort
- /***********************************************************************
+ /**************************************************************************
*
* memory allocation
*
@@ -135,7 +135,7 @@
#define ft_srealloc realloc
- /***********************************************************************
+ /**************************************************************************
*
* miscellaneous
*
@@ -146,7 +146,7 @@
#define ft_getenv getenv
- /***********************************************************************
+ /**************************************************************************
*
* execution control
*