Skip to content

Commit

Permalink
Fix whitespace errors
Browse files Browse the repository at this point in the history
Remove whitespaces lines.
  • Loading branch information
bettio committed Dec 19, 2018
1 parent 86f958d commit 30839c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libAtomVM/socket.c
Expand Up @@ -76,7 +76,7 @@ static void socket_consume_mailbox(Context *ctx)
abort();
}
ccontext_init(cc, ctx);

port_ensure_available(ctx, 16);

Message *message = mailbox_dequeue(ctx);
Expand Down
4 changes: 2 additions & 2 deletions src/platforms/generic_unix/socket_driver.c
Expand Up @@ -196,10 +196,10 @@ static void recvfrom_callback(void *data)
abort();
}
ccontext_init(cc, ctx);

// temporary workaround
port_ensure_available(cc->ctx, BUFSIZE*2 + 5 + 4 + 3);

term_ref pid = ccontext_make_term_ref(cc, recvfrom_data->pid);
term_ref ref = ccontext_make_term_ref(cc, term_from_ref_ticks(recvfrom_data->ref_ticks, cc->ctx));

Expand Down

0 comments on commit 30839c0

Please sign in to comment.