mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix issue with formatting
This commit is contained in:
parent
335e529cd5
commit
676066b94d
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue