Skip to content

Commit 5335f6e

Browse files
committed
remove blank line
1 parent 00c5f3a commit 5335f6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pthreads/pthread-rwlock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ writer_thread(void *arg)
8383
{
8484
int rnd = random() % MAX_PROPS;
8585
prop_set(rnd, arg);
86-
8786
return (NULL);
8887
}
8988

0 commit comments

Comments
 (0)