[libhandy/wip/exalm/backports: 7/7] view-switcher-button: Fix indentation
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy/wip/exalm/backports: 7/7] view-switcher-button: Fix indentation
- Date: Wed, 19 Jan 2022 08:36:18 +0000 (UTC)
commit 0d520a27502c42b150f6b2fa41dbe54c99e1ecb1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Jan 18 18:05:00 2022 +0500
view-switcher-button: Fix indentation
See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/1e07f887af0bbe23db7eeba19724f990326fda25
src/hdy-view-switcher-button.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/hdy-view-switcher-button.c b/src/hdy-view-switcher-button.c
index 20b57b0c..af9816de 100644
--- a/src/hdy-view-switcher-button.c
+++ b/src/hdy-view-switcher-button.c
@@ -230,11 +230,11 @@ hdy_view_switcher_button_class_init (HdyViewSwitcherButtonClass *klass)
* Since: 0.0.10
*/
props[PROP_NEEDS_ATTENTION] =
- g_param_spec_boolean ("needs-attention",
- _("Needs attention"),
- _("Hint the view needs attention"),
- FALSE,
- G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE);
+ g_param_spec_boolean ("needs-attention",
+ _("Needs attention"),
+ _("Hint the view needs attention"),
+ FALSE,
+ G_PARAM_EXPLICIT_NOTIFY | G_PARAM_READWRITE);
g_object_class_install_properties (object_class, LAST_PROP, props);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]