[gnome-software/wip/temp/ubuntu-xenial-rebased: 195/326] Coding style fix
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased: 195/326] Coding style fix
- Date: Fri, 29 Apr 2016 10:03:44 +0000 (UTC)
commit dc2df9b87987a3fed40f609cb99b3f61d872968b
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]