[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 9/331] Clean whitespace
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 9/331] Clean whitespace
- Date: Wed, 4 May 2016 13:59:15 +0000 (UTC)
commit e5f4e13886cdcdaf6eb53d0533a2fe18f9cf0b89
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Dec 16 19:53:22 2015 +1300
Clean whitespace
src/gs-app-review.c | 13 ++++++-------
src/gs-shell-details.c | 1 -
2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/src/gs-app-review.c b/src/gs-app-review.c
index 24ccad9..77b889f 100644
--- a/src/gs-app-review.c
+++ b/src/gs-app-review.c
@@ -32,7 +32,7 @@ struct _GsAppReview
gint rating;
gchar *version;
gchar *reviewer;
- GDateTime *date;
+ GDateTime *date;
};
enum {
@@ -280,7 +280,7 @@ gs_app_review_class_init (GsAppReviewClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property (object_class, PROP_SUMMARY, pspec);
- /**
+ /**
* GsApp:text:
*/
pspec = g_param_spec_string ("text", NULL, NULL,
@@ -288,7 +288,7 @@ gs_app_review_class_init (GsAppReviewClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property (object_class, PROP_TEXT, pspec);
- /**
+ /**
* GsApp:rating:
*/
pspec = g_param_spec_int ("rating", NULL, NULL,
@@ -296,7 +296,7 @@ gs_app_review_class_init (GsAppReviewClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property (object_class, PROP_RATING, pspec);
- /**
+ /**
* GsApp:version:
*/
pspec = g_param_spec_string ("version", NULL, NULL,
@@ -304,7 +304,7 @@ gs_app_review_class_init (GsAppReviewClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property (object_class, PROP_VERSION, pspec);
- /**
+ /**
* GsApp:reviewer:
*/
pspec = g_param_spec_string ("reviewer", NULL, NULL,
@@ -312,8 +312,7 @@ gs_app_review_class_init (GsAppReviewClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property (object_class, PROP_REVIEWER, pspec);
-
- /**
+ /**
* GsApp:date:
*/
pspec = g_param_spec_object ("date", NULL, NULL,
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index c1d7b45..3e0f615 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -955,7 +955,6 @@ gs_shell_details_refresh_addons (GsShellDetails *self)
G_CALLBACK (gs_shell_details_addon_selected_cb),
self);
}
-
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]