mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11933 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c07f461919
commit
6e5f667907
1 changed files with 6 additions and 6 deletions
|
@ -1520,12 +1520,6 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
||||||
[buf appendString: @"</blockquote>\n"];
|
[buf appendString: @"</blockquote>\n"];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node != nil && [[node name] isEqual: @"desc"] == YES)
|
|
||||||
{
|
|
||||||
[self outputNode: node to: buf];
|
|
||||||
node = [node next];
|
|
||||||
}
|
|
||||||
|
|
||||||
t = node;
|
t = node;
|
||||||
while (t != nil && [[t name] isEqual: @"standards"] == NO)
|
while (t != nil && [[t name] isEqual: @"standards"] == NO)
|
||||||
{
|
{
|
||||||
|
@ -1558,6 +1552,12 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
||||||
[buf appendString: @"</blockquote>\n"];
|
[buf appendString: @"</blockquote>\n"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (node != nil && [[node name] isEqual: @"desc"] == YES)
|
||||||
|
{
|
||||||
|
[self outputNode: node to: buf];
|
||||||
|
node = [node next];
|
||||||
|
}
|
||||||
|
|
||||||
a = [localRefs methodsInUnit: unit];
|
a = [localRefs methodsInUnit: unit];
|
||||||
if ([a count] > 0)
|
if ([a count] > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue