Skip to content

Commit 60ff2a0

Browse files
committed
space
1 parent 75dd17a commit 60ff2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ti/room.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ static void room__async_emit_join(ti_room_t * room, ti_stream_t * stream)
463463
{
464464
uv_async_t * task = malloc(sizeof(uv_async_t));
465465
room__async_t * w = malloc(sizeof(room__async_t));
466-
ti_raw_t * scope = room ->collection->scope;
466+
ti_raw_t * scope = room->collection->scope;
467467

468468
if (!task || !w)
469469
goto failed;

0 commit comments

Comments
 (0)