[gnome-software/wip/iainl/ubuntu-xenial: 278/287] Coding style fix
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/iainl/ubuntu-xenial: 278/287] Coding style fix
- Date: Tue, 12 Apr 2016 10:01:32 +0000 (UTC)
commit 5d2e04356ce4b7894c0d20c6fadbb82a79dfc6cd
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 2e86be2..46eea89 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]