Skip to content

Commit

Permalink
more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed May 10, 2022
1 parent fafeced commit 252d06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mono/mono/component/event_pipe-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,13 @@ mono_wasm_event_pipe_enable (const char *output_path,
EMSCRIPTEN_KEEPALIVE gboolean
mono_wasm_event_pipe_session_start_streaming (int32_t session_id)
{
g_assert_not_reached ();
g_assert_not_reached ();
}

EMSCRIPTEN_KEEPALIVE gboolean
mono_wasm_event_pipe_session_disable (int32_t session_id)
{
g_assert_not_reached ();
g_assert_not_reached ();
}

#endif /* HOST_WASM */

0 comments on commit 252d06a

Please sign in to comment.