mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +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
7ca9a3c093
commit
48d1ce544c
1 changed files with 6 additions and 6 deletions
|
@ -1520,12 +1520,6 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
|||
[buf appendString: @"</blockquote>\n"];
|
||||
}
|
||||
|
||||
if (node != nil && [[node name] isEqual: @"desc"] == YES)
|
||||
{
|
||||
[self outputNode: node to: buf];
|
||||
node = [node next];
|
||||
}
|
||||
|
||||
t = node;
|
||||
while (t != nil && [[t name] isEqual: @"standards"] == NO)
|
||||
{
|
||||
|
@ -1558,6 +1552,12 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
|||
[buf appendString: @"</blockquote>\n"];
|
||||
}
|
||||
|
||||
if (node != nil && [[node name] isEqual: @"desc"] == YES)
|
||||
{
|
||||
[self outputNode: node to: buf];
|
||||
node = [node next];
|
||||
}
|
||||
|
||||
a = [localRefs methodsInUnit: unit];
|
||||
if ([a count] > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue