Skip to content

Commit

Permalink
Fix nasa#828, fix comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
zanzaben committed Feb 23, 2021
1 parent ff4f523 commit bbce4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/select-test/select-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void Teardown_Single(void)

void Teardown_Multi(void)
{
// Server 1 is intentionaly left waiting so we close it out here.
/* Server 1 is intentionaly left waiting so we close it out here */
OS_close(s_socket_id);
OS_TaskDelete(s_task_id);

Expand Down

0 comments on commit bbce4be

Please sign in to comment.