Skip to content

Commit

Permalink
Fix trailing whitespace in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 31, 2015
1 parent 1bc3b2f commit f3e0c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eventloop/c_eventloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static int listen_fd(duk_context *ctx) {
fprintf(stderr, "listen_fd: fd not found on list, add new entry\n");
fflush(stderr);
#endif

if (poll_count >= MAX_FDS) {
duk_error(ctx, DUK_ERR_ERROR, "out of fd slots");
}
Expand Down

0 comments on commit f3e0c79

Please sign in to comment.