mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:50:38 +00:00
Coding style fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22019 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
881a794c24
commit
7971a89c72
60 changed files with 577 additions and 513 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
principalClass = [[GSPrinting printingBundle] principalClass];
|
||||
|
||||
if( principalClass == nil )
|
||||
if (principalClass == nil)
|
||||
return nil;
|
||||
|
||||
return [[principalClass gsPrintOperationClass] allocWithZone: zone];
|
||||
|
@ -158,7 +158,7 @@
|
|||
|
||||
/* We can't remove the temp file because the previewer might still be
|
||||
using it, perhaps the printer is also?
|
||||
if ( _path )
|
||||
if (_path)
|
||||
{
|
||||
[[NSFileManager defaultManager] removeFileAtPath: _path
|
||||
handler: nil];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue