summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-03-07 10:13:29 +0100
committerWerner Lemberg <wl@gnu.org>2022-03-07 10:13:44 +0100
commit1e2eb65048f75c64b68708efed6ce904c31f3b2f (patch)
tree2c903b98c19da8432684edcc3f57cbd0e7a721c9 /src
parent360e2507a38588e19fa6d2fc30706db74db0d958 (diff)
downloadfreetype2-1e2eb65048f75c64b68708efed6ce904c31f3b2f.tar.gz
Documentation, whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/sfnt/ttcolr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sfnt/ttcolr.c b/src/sfnt/ttcolr.c
index 50c19f71d..d54231fd6 100644
--- a/src/sfnt/ttcolr.c
+++ b/src/sfnt/ttcolr.c
@@ -857,10 +857,10 @@
p = colr->clip_list;
- /* limit points to the first byte after the end of the color table. */
- /* Thus, in subsequent limit checks below we need to check whether the */
- /* read pointer is strictly greater than a position offset */
- /* by certain field sizes to the left of that position. */
+ /* Limit points to the first byte after the end of the color table. */
+ /* Thus, in subsequent limit checks below we need to check whether the */
+ /* read pointer is strictly greater than a position offset by certain */
+ /* field sizes to the left of that position. */
limit = (FT_Byte*)colr->table + colr->table_size;
/* Check whether we can extract one `uint8` and one `uint32`. */