[gnome-software/wip/rancell/apt] Coding style fix



commit 1d5c80cfa59fae7b06375c8606c87aa12cada87c
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Apr 8 14:01:01 2016 +1200

    Coding style fix

 src/plugins/gs-plugin-apt.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index dddcaef..593ba52 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -410,9 +410,9 @@ get_changelog (GsPlugin *plugin, GsApp *app)
        GString *details;
 
        // Need to know the source and version to download changelog
-       binary_source = g_strdup(gs_app_get_source_default (app));
-       current_version = g_strdup(gs_app_get_version (app));
-       update_version = g_strdup(gs_app_get_update_version (app));
+       binary_source = g_strdup (gs_app_get_source_default (app));
+       current_version = g_strdup (gs_app_get_version (app));
+       update_version = g_strdup (gs_app_get_update_version (app));
        if (binary_source == NULL || update_version == NULL)
                return;
 


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