summaryrefslogtreecommitdiff
path: root/src/winfonts
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-04-01 08:50:33 +0200
committerWerner Lemberg <wl@gnu.org>2022-04-01 08:50:33 +0200
commit695d606ae5c86fef8e1207a859fb3fd0cee5a27f (patch)
treefbd0e6bd17f8f3a003787b33e6cc7fbf6cb7e3af /src/winfonts
parentd247c56278215d2ff9cb65563fe250b9a852c18a (diff)
downloadfreetype2-695d606ae5c86fef8e1207a859fb3fd0cee5a27f.tar.gz
Whitespace.
Diffstat (limited to 'src/winfonts')
-rw-r--r--src/winfonts/winfnt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/winfonts/winfnt.c b/src/winfonts/winfnt.c
index 361990da3..8afd6be6e 100644
--- a/src/winfonts/winfnt.c
+++ b/src/winfonts/winfnt.c
@@ -489,7 +489,7 @@
&dir_entry1 ) )
goto Exit;
- if ( !(dir_entry1.offset & 0x80000000UL ) /* DataIsDirectory */ )
+ if ( !( dir_entry1.offset & 0x80000000UL ) /* DataIsDirectory */ )
{
error = FT_THROW( Invalid_File_Format );
goto Exit;
@@ -513,7 +513,7 @@
&dir_entry2 ) )
goto Exit;
- if ( !(dir_entry2.offset & 0x80000000UL ) /* DataIsDirectory */ )
+ if ( !( dir_entry2.offset & 0x80000000UL ) /* DataIsDirectory */ )
{
error = FT_THROW( Invalid_File_Format );
goto Exit;