summaryrefslogtreecommitdiff
path: root/src/truetype/ttgxvar.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-10-18 11:41:00 +0200
committerWerner Lemberg <wl@gnu.org>2022-10-18 11:41:00 +0200
commitc943d408e08fbe6d3e12f647b4a10d94a8198e9b (patch)
tree7cc5777e5fb8fd425645c228761d9d1e3400597d /src/truetype/ttgxvar.c
parent04272824e0f6454d4d4c61ea4f1f77f27b4aa05d (diff)
downloadfreetype2-c943d408e08fbe6d3e12f647b4a10d94a8198e9b.tar.gz
Minor formatting.
Diffstat (limited to 'src/truetype/ttgxvar.c')
-rw-r--r--src/truetype/ttgxvar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 3c918caa2..14d272f58 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -959,7 +959,7 @@
/* OpenType 1.8.4+: No variation data for this item
* as indices have special value 0xFFFF. */
- if (outerIndex == 0xFFFF && innerIndex == 0xFFFF)
+ if ( outerIndex == 0xFFFF && innerIndex == 0xFFFF )
return 0;
/* See pseudo code from `Font Variations Overview' */
@@ -2208,7 +2208,7 @@
FT_FRAME_END
};
- /* `num_instances' holds the number of all named instances including */
+ /* `num_instances` holds the number of all named instances including */
/* the default instance, which might be missing in the table of named */
/* instances (in 'fvar'). This value is validated in `sfobjs.c` and */
/* may be reset to 0 if consistency checks fail. */