Skip to content

Commit

Permalink
Cleaning up: fix two more bad alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
roelandschoukens committed Nov 27, 2015
1 parent 7e92182 commit 4714581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wand/api.py
Expand Up @@ -675,11 +675,11 @@ class AffineMatrix(ctypes.Structure):
library.MagickSetSize.restype = ctypes.c_int

library.MagickSetDepth.argtypes = [ctypes.c_void_p,
ctypes.c_uint]
ctypes.c_uint]
library.MagickSetDepth.restype = ctypes.c_int

library.MagickSetFormat.argtypes = [ctypes.c_void_p,
ctypes.c_char_p]
ctypes.c_char_p]
library.MagickSetFormat.restype = ctypes.c_int

library.MagickGetFont.argtypes = [ctypes.c_void_p]
Expand Down

0 comments on commit 4714581

Please sign in to comment.