mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
whitespace tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34411 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b7faac752
commit
40f8c557c9
3 changed files with 13 additions and 7 deletions
|
@ -76,7 +76,7 @@
|
|||
do { \
|
||||
if (self == [aClass class]) { [self setVersion: VERSION]; } \
|
||||
else { [self doesNotRecognizeSelector: _cmd]; } \
|
||||
} while(0);
|
||||
} while (0);
|
||||
|
||||
#if defined(_REENTRANT)
|
||||
# define THE_LOCK GSLazyRecursiveLock *lock
|
||||
|
@ -389,7 +389,7 @@ static void DNSSD_API
|
|||
EnumerationCallback,
|
||||
self);
|
||||
}
|
||||
while(0);
|
||||
while (0);
|
||||
}
|
||||
UNLOCK(browser);
|
||||
|
||||
|
@ -747,7 +747,7 @@ static void DNSSD_API
|
|||
BrowserCallback,
|
||||
self);
|
||||
}
|
||||
while(0);
|
||||
while (0);
|
||||
}
|
||||
UNLOCK(browser);
|
||||
|
||||
|
@ -1897,7 +1897,7 @@ static void DNSSD_API
|
|||
NULL, service->port, 0, NULL,
|
||||
RegistrationCallback, self);
|
||||
}
|
||||
while(0);
|
||||
while (0);
|
||||
}
|
||||
UNLOCK(service);
|
||||
|
||||
|
@ -2001,7 +2001,7 @@ static void DNSSD_API
|
|||
ResolverCallback,
|
||||
self);
|
||||
}
|
||||
while(0);
|
||||
while (0);
|
||||
}
|
||||
UNLOCK(service);
|
||||
|
||||
|
@ -2616,7 +2616,7 @@ static void DNSSD_API
|
|||
[monitor->timer fire];
|
||||
}
|
||||
}
|
||||
while(0);
|
||||
while (0);
|
||||
}
|
||||
UNLOCK(monitor);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue