Some cleanup in preparation for next release.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-03-08 11:28:59 +00:00
parent 567a263baf
commit f2398378e0
88 changed files with 570 additions and 425 deletions

View file

@ -251,7 +251,7 @@
*
* </example>
*/
+ (id)newLockAt:(id *)location;
+ (id) newLockAt: (id *)location;
@end
/**
@ -281,7 +281,7 @@
*
* </example>
*/
+ (id)newLockAt:(id *)location;
+ (id) newLockAt: (id *)location;
@end
#endif /* NO_GNUSTEP */