[retro-gtk] runner-process: Indentation fix
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk] runner-process: Indentation fix
- Date: Fri, 16 Apr 2021 20:45:10 +0000 (UTC)
commit db8677a82c21b4329e2323aff7a60c457ad036e0
Author: Adrien Plazas <kekun plazas laposte net>
Date: Fri Apr 16 22:39:29 2021 +0200
runner-process: Indentation fix
I messed it up when refactoring the error handling.
retro-gtk/retro-runner-process.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/retro-gtk/retro-runner-process.c b/retro-gtk/retro-runner-process.c
index 7a0f0cd..e06b241 100644
--- a/retro-gtk/retro-runner-process.c
+++ b/retro-gtk/retro-runner-process.c
@@ -262,17 +262,17 @@ retro_runner_process_start (RetroRunnerProcess *self,
retro_try_propagate ({
process = g_subprocess_launcher_spawn (launcher, &catch,
- runner_path,
- g_get_application_name (),
- self->filename, NULL);
+ runner_path,
+ g_get_application_name (),
+ self->filename, NULL);
}, catch, error);
retro_try_propagate ({
self->connection = g_dbus_connection_new_sync (G_IO_STREAM (connection),
- NULL,
- G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING |
- G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_CLIENT,
- NULL, NULL, &catch);
+ NULL,
+ G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING |
+ G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_CLIENT,
+ NULL, NULL, &catch);
}, catch, error);
g_dbus_connection_start_message_processing (self->connection);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]