mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
ndentation fixups
This commit is contained in:
parent
07ba3ec932
commit
746f2a2a1a
5 changed files with 54 additions and 52 deletions
|
@ -268,8 +268,10 @@ NSString *GSPrivateSymbolPath(Class theClass, Category *theCategory)
|
||||||
{
|
{
|
||||||
void *addr = (NULL == theCategory) ? (void*)theClass : (void*)theCategory;
|
void *addr = (NULL == theCategory) ? (void*)theClass : (void*)theCategory;
|
||||||
Dl_info info;
|
Dl_info info;
|
||||||
// This is correct: dladdr() does the opposite thing to all other UNIX
|
|
||||||
// functions.
|
/* This is correct: dladdr() does the opposite thing to all other UNIX
|
||||||
|
* functions.
|
||||||
|
*/
|
||||||
if (0 == dladdr(addr, &info))
|
if (0 == dladdr(addr, &info))
|
||||||
{
|
{
|
||||||
return nil;
|
return nil;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue