[gnome-software] trivial: Fix up some whitespace issues
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix up some whitespace issues
- Date: Tue, 7 Jun 2016 19:51:43 +0000 (UTC)
commit adc0427d2a675f65cbceb100a7f42bd4498f38cf
Author: Richard Hughes <richard hughsie com>
Date: Tue Jun 7 20:44:23 2016 +0100
trivial: Fix up some whitespace issues
src/plugins/gs-flatpak.c | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/src/plugins/gs-flatpak.c b/src/plugins/gs-flatpak.c
index 5b7c8e7..188dc9c 100644
--- a/src/plugins/gs-flatpak.c
+++ b/src/plugins/gs-flatpak.c
@@ -820,8 +820,7 @@ gs_plugin_refine_item_state (GsFlatpak *self,
FlatpakInstalledRef *xref = g_ptr_array_index (xrefs, i);
/* check xref is app */
- if (!gs_flatpak_app_matches_xref (self, app,
- FLATPAK_REF(xref)))
+ if (!gs_flatpak_app_matches_xref (self, app, FLATPAK_REF(xref)))
continue;
/* mark as installed */
@@ -833,8 +832,7 @@ gs_plugin_refine_item_state (GsFlatpak *self,
}
/* ensure origin set */
- if (!gs_plugin_refine_item_origin (self, app,
- cancellable, error))
+ if (!gs_plugin_refine_item_origin (self, app, cancellable, error))
return FALSE;
/* anything not installed just check the remote is still present */
@@ -1067,8 +1065,7 @@ gs_flatpak_refine_app (GsFlatpak *self,
return FALSE;
/* check the installed state */
- if (!gs_plugin_refine_item_state (self, app,
- cancellable, error))
+ if (!gs_plugin_refine_item_state (self, app, cancellable, error))
return FALSE;
/* version fallback */
@@ -1156,8 +1153,7 @@ gs_flatpak_app_remove (GsFlatpak *self,
gs_app_set_state (app, AS_APP_STATE_UNKNOWN);
/* refresh the state */
- if (!gs_plugin_refine_item_state (self, app,
- cancellable, error))
+ if (!gs_plugin_refine_item_state (self, app, cancellable, error))
return FALSE;
/* success */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]