Fix issue with formatting

This commit is contained in:
Gregory John Casamento 2019-12-04 08:16:26 -05:00
parent 335e529cd5
commit 676066b94d

View file

@ -83,7 +83,7 @@
- (id) initWithData: (NSData *)epsData
{
self = [super init];
if(self != nil)
if (self != nil)
{
#if HAVE_IMAGEMAGICK
ASSIGN(_pageRep, [GSImageMagickImageRep imageRepWithData: epsData]);