summaryrefslogtreecommitdiff
path: root/src/truetype/ttobjs.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2013-01-28 13:56:23 +0100
committerWerner Lemberg <wl@gnu.org>2013-01-28 13:56:23 +0100
commit6b9034f0fdfcd84e62e7c0d29bfd458325f4ccd7 (patch)
tree506d9e550fc99d660982a3347b66ec7b0d1a8619 /src/truetype/ttobjs.h
parentab02d9e8e76030eec774ce058f005864e14b34ea (diff)
downloadfreetype2-6b9034f0fdfcd84e62e7c0d29bfd458325f4ccd7.tar.gz
Formatting, comment improvements.
Diffstat (limited to 'src/truetype/ttobjs.h')
-rw-r--r--src/truetype/ttobjs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/truetype/ttobjs.h b/src/truetype/ttobjs.h
index 98a69aa70..030a552d2 100644
--- a/src/truetype/ttobjs.h
+++ b/src/truetype/ttobjs.h
@@ -4,7 +4,7 @@
/* */
/* Objects manager (specification). */
/* */
-/* Copyright 1996-2009, 2011-2012 by */
+/* Copyright 1996-2009, 2011-2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -173,13 +173,13 @@ FT_BEGIN_HEADER
/* */
typedef struct TT_DefRecord_
{
- FT_Int range; /* in which code range is it located? */
- FT_Long start; /* where does it start? */
- FT_Long end; /* where does it end? */
- FT_UInt opc; /* function #, or instruction code */
- FT_Bool active; /* is it active? */
- FT_Bool inline_delta; /* is function that defines inline delta? */
- FT_ULong sph_fdef_flags; /* flags to identify special functions */
+ FT_Int range; /* in which code range is it located? */
+ FT_Long start; /* where does it start? */
+ FT_Long end; /* where does it end? */
+ FT_UInt opc; /* function #, or instruction code */
+ FT_Bool active; /* is it active? */
+ FT_Bool inline_delta; /* is function that defines inline delta? */
+ FT_ULong sph_fdef_flags; /* flags to identify special functions */
} TT_DefRecord, *TT_DefArray;