[gnome-builder] plugins/podman: Code style fix



commit b6450020095e1378fe8a1bad6b93a83e5013f385
Author: Ondřej Míchal <harrymichal seznam cz>
Date:   Sun Sep 6 14:45:42 2020 +0200

    plugins/podman: Code style fix

 src/plugins/podman/gbp-podman-subprocess-launcher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/podman/gbp-podman-subprocess-launcher.c 
b/src/plugins/podman/gbp-podman-subprocess-launcher.c
index a0653c342..b331d83b2 100644
--- a/src/plugins/podman/gbp-podman-subprocess-launcher.c
+++ b/src/plugins/podman/gbp-podman-subprocess-launcher.c
@@ -27,7 +27,7 @@
 struct _GbpPodmanSubprocessLauncher
 {
   IdeSubprocessLauncher parent_instance;
-  gchar *id;
+  gchar                 *id;
 };
 
 enum {


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