mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
Tiny indentation tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11118 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12423e223f
commit
3167715eae
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ int main(int argc, char** argv)
|
|||
{
|
||||
CREATE_AUTORELEASE_POOL (_pool);
|
||||
NSSpellServer *aServer = [[NSSpellServer alloc] init];
|
||||
if( [aServer registerLanguage: @"English" byVendor: @"GNU"] ) //&&
|
||||
if ([aServer registerLanguage: @"English" byVendor: @"GNU"]) //&&
|
||||
// [aServer registerLanguage: @"Spanish" byVendor: @"GNU"] &&
|
||||
// [aServer registerLanguage: @"French" byVendor: @"GNU"] )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue