From e21efc9210ab1f514de4e43b677b1fa88ee25fa9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 28 Jun 2018 15:28:32 +0200 Subject: src/rda_x2go.c: Some tab stop fixes. --- src/rda_x2go.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/rda_x2go.c b/src/rda_x2go.c index a964fed..8850aa0 100644 --- a/src/rda_x2go.c +++ b/src/rda_x2go.c @@ -52,10 +52,10 @@ rda_session_suspend_x2go(void) GError *error = NULL; g_spawn_command_line_sync("x2gosuspend-session", - &std_out, - &std_err, - &exit_status, - &error); + &std_out, + &std_err, + &exit_status, + &error); if (error == NULL) { @@ -78,10 +78,10 @@ rda_session_terminate_x2go(void) GError * error = NULL; g_spawn_command_line_sync("x2goterminate-session", - &std_out, - &std_err, - &exit_status, - &error); + &std_out, + &std_err, + &exit_status, + &error); if (error == NULL) { -- cgit v1.2.3