mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
STABLE14-windows-formatting-20050418
keep formatting consistent (cherry picked from commit 66b82d3c10101b70abcbcc6933b439aa1904600f)
This commit is contained in:
parent
d727ca2d4c
commit
e8fffe63e6
@ -1043,8 +1043,8 @@ void *pthread_getspecific(pthread_key_t key) {
|
||||
void *rc = NULL;
|
||||
char **tsd = TlsGetValue(tsd_index);
|
||||
|
||||
if (tsd == NULL)
|
||||
return NULL;
|
||||
if (tsd == NULL)
|
||||
return NULL;
|
||||
|
||||
if ((key > -1) && (key < PTHREAD_KEYS_MAX )) {
|
||||
rc = (void *) *(tsd + key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user