[gtk+] testoverlay: Fix indentation
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] testoverlay: Fix indentation
- Date: Mon, 15 Jun 2015 09:00:58 +0000 (UTC)
commit 5cf289630833a83cd0ea46063073425e9aaec275
Author: Alexander Larsson <alexl redhat com>
Date: Mon Jun 15 11:00:40 2015 +0200
testoverlay: Fix indentation
tests/testoverlay.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tests/testoverlay.c b/tests/testoverlay.c
index 38fd784..2aab3f5 100644
--- a/tests/testoverlay.c
+++ b/tests/testoverlay.c
@@ -497,19 +497,19 @@ test_child_order (void)
gtk_container_add (GTK_CONTAINER (ebox), button);
gdk_rgba_parse (&color, colors[i]);
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_widget_override_background_color (ebox, 0, &color);
- G_GNUC_END_IGNORE_DEPRECATIONS
- gtk_widget_set_halign (ebox, (i == 0 || i == 3) ? GTK_ALIGN_START : GTK_ALIGN_END);
+ G_GNUC_END_IGNORE_DEPRECATIONS
+ gtk_widget_set_halign (ebox, (i == 0 || i == 3) ? GTK_ALIGN_START : GTK_ALIGN_END);
gtk_widget_set_valign (ebox, i < 2 ? GTK_ALIGN_START : GTK_ALIGN_END);
gtk_overlay_add_overlay (GTK_OVERLAY (overlay), ebox);
}
ebox = gtk_event_box_new ();
gdk_rgba_parse (&color, "white");
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_widget_override_background_color (ebox, 0, &color);
- G_GNUC_END_IGNORE_DEPRECATIONS
+G_GNUC_END_IGNORE_DEPRECATIONS
label = gtk_label_new ("Main\n"
"Main\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]