Skip to content

Commit

Permalink
Merge pull request #2148 from claell/patch-1
Browse files Browse the repository at this point in the history
Remove double space in ffi.py
  • Loading branch information
liZe committed May 5, 2024
2 parents c10c689 + de18bc6 commit 0484ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyprint/text/ffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def _dlopen(ffi, *names):

gobject = _dlopen(
ffi, 'gobject-2.0-0', 'gobject-2.0', 'libgobject-2.0-0',
'libgobject-2.0.so.0', 'libgobject-2.0.dylib', 'libgobject-2.0-0.dll')
'libgobject-2.0.so.0', 'libgobject-2.0.dylib', 'libgobject-2.0-0.dll')
pango = _dlopen(
ffi, 'pango-1.0-0', 'pango-1.0', 'libpango-1.0-0', 'libpango-1.0.so.0',
'libpango-1.0.dylib', 'libpango-1.0-0.dll')
Expand Down

0 comments on commit 0484ffd

Please sign in to comment.