[gnome-builder] ide-subprocess-launcher: fix params alignment



commit 01d3862a04145af1ab3220837cc51576940f70da
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sat Oct 29 18:18:08 2016 +0200

    ide-subprocess-launcher: fix params alignment

 libide/subprocess/ide-subprocess-launcher.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/subprocess/ide-subprocess-launcher.c b/libide/subprocess/ide-subprocess-launcher.c
index 756f7b3..d1c874e 100644
--- a/libide/subprocess/ide-subprocess-launcher.c
+++ b/libide/subprocess/ide-subprocess-launcher.c
@@ -305,8 +305,8 @@ ide_subprocess_launcher_spawn_worker (GTask        *task,
 
 static IdeSubprocess *
 ide_subprocess_launcher_real_spawn (IdeSubprocessLauncher  *self,
-                                         GCancellable           *cancellable,
-                                         GError                **error)
+                                    GCancellable           *cancellable,
+                                    GError                **error)
 {
   g_autoptr(GTask) task = NULL;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]