mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:50:55 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8385 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23e5c589e4
commit
b1507ff3e2
1 changed files with 4 additions and 3 deletions
|
@ -312,9 +312,10 @@ static NSComparisonResult aSort(GSIArrayItem i0, GSIArrayItem i1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Designated Initializer. Sets up this instance. Finds the shared
|
/* Designated Initializer. Sets up this instance. Finds the shared
|
||||||
// NSGlyphGenerator and the shared default NSTypesetter.
|
* NSGlyphGenerator and the shared default NSTypesetter.
|
||||||
// The NSLayoutManager starts off without a NSTextStorage
|
* The NSLayoutManager starts off without a NSTextStorage
|
||||||
|
*/
|
||||||
- (id) init
|
- (id) init
|
||||||
{
|
{
|
||||||
[super init];
|
[super init];
|
||||||
|
|
Loading…
Reference in a new issue