[gnome-software] packagekit: trivial: Fix indentation



commit 157ec5a908cfe8ec1e5d93b44a604077ace83bff
Author: Kalev Lember <klember redhat com>
Date:   Thu Jan 25 16:48:12 2018 +0100

    packagekit: trivial: Fix indentation

 plugins/packagekit/packagekit-common.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/plugins/packagekit/packagekit-common.c b/plugins/packagekit/packagekit-common.c
index efc664ca..90534a6f 100644
--- a/plugins/packagekit/packagekit-common.c
+++ b/plugins/packagekit/packagekit-common.c
@@ -422,8 +422,7 @@ gs_plugin_packagekit_set_metadata_from_package (GsPlugin *plugin,
                gs_app_set_size_download (app, GS_APP_SIZE_UNKNOWABLE);
        }
        if (gs_app_get_version (app) == NULL)
-               gs_app_set_version (app,
-                       pk_package_get_version (package));
+               gs_app_set_version (app, pk_package_get_version (package));
        gs_app_set_name (app,
                         GS_APP_QUALITY_LOWEST,
                         pk_package_get_name (package));


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