summaryrefslogtreecommitdiff
path: root/src/cff/cffobjs.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-09-30 16:36:28 +0200
committerWerner Lemberg <wl@gnu.org>2017-10-01 00:41:07 +0200
commit9b549fa69a9ef7518fb28a77641127f1ccbdc3c5 (patch)
tree4444fe768ee67e8b84386156befa178901fcaa8b /src/cff/cffobjs.c
parent2127f07624b678c6228f4dca483b3b87f3f85f99 (diff)
downloadfreetype2-9b549fa69a9ef7518fb28a77641127f1ccbdc3c5.tar.gz
[base,cff,cid] Whitespace, formatting.
Diffstat (limited to 'src/cff/cffobjs.c')
-rw-r--r--src/cff/cffobjs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cff/cffobjs.c b/src/cff/cffobjs.c
index 29a14f954..c794d3239 100644
--- a/src/cff/cffobjs.c
+++ b/src/cff/cffobjs.c
@@ -504,8 +504,8 @@
FT_Library library = cffface->driver->root.library;
- sfnt = (SFNT_Service)FT_Get_Module_Interface(
- library, "sfnt" );
+ sfnt = (SFNT_Service)FT_Get_Module_Interface( library,
+ "sfnt" );
if ( !sfnt )
{
FT_ERROR(( "cff_face_init: cannot access `sfnt' module\n" ));
@@ -515,11 +515,11 @@
FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS );
- pshinter = (PSHinter_Service)FT_Get_Module_Interface(
- library, "pshinter" );
+ pshinter = (PSHinter_Service)FT_Get_Module_Interface( library,
+ "pshinter" );
- psaux = (PSAux_Service)FT_Get_Module_Interface(
- library, "psaux" );
+ psaux = (PSAux_Service)FT_Get_Module_Interface( library,
+ "psaux" );
if ( !psaux )
{
FT_ERROR(( "cff_face_init: cannot access `psaux' module\n" ));