From 252d06af5199984b0d4a4cc6de677363011f1244 Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Tue, 10 May 2022 16:42:12 -0400 Subject: [PATCH] more whitespace --- src/mono/mono/component/event_pipe-stub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mono/mono/component/event_pipe-stub.c b/src/mono/mono/component/event_pipe-stub.c index 4cfa176ffb9891..055cc62e302793 100644 --- a/src/mono/mono/component/event_pipe-stub.c +++ b/src/mono/mono/component/event_pipe-stub.c @@ -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 */