[gnome-software/wip/temp/ubuntu-xenial-rebased: 198/329] Coding style fix



commit 8608d0134bff69b8019ebd99943942c0dca2bebe
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 33590b6..6024fa9 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -415,9 +415,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]