[gnome-builder] config: sort fields



commit c74373523b901167753f4e7de16f4c961583ccee
Author: Christian Hergert <chergert redhat com>
Date:   Sun Aug 6 16:34:56 2017 -0700

    config: sort fields

 libide/buildsystem/ide-configuration.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/buildsystem/ide-configuration.c b/libide/buildsystem/ide-configuration.c
index aa1b5a2..987d2a3 100644
--- a/libide/buildsystem/ide-configuration.c
+++ b/libide/buildsystem/ide-configuration.c
@@ -34,6 +34,7 @@
 
 typedef struct
 {
+  gchar          *app_id;
   gchar         **build_commands;
   gchar          *config_opts;
   gchar          *device_id;
@@ -42,7 +43,6 @@ typedef struct
   gchar         **post_install_commands;
   gchar          *prefix;
   gchar          *runtime_id;
-  gchar          *app_id;
 
   IdeEnvironment *environment;
 


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