Coding style.

This commit is contained in:
Jonathan Schleifer 2013-03-31 12:23:39 +02:00
parent 2889711e69
commit 603d3bad7a
6 changed files with 24 additions and 13 deletions

View file

@ -28,7 +28,7 @@
name: (OFString*)name
{
return [[[self alloc] initWithCategory: category
type: type
type: type
name: name] autorelease];
}