[gtk+] a11y: Correctly indent code
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] a11y: Correctly indent code
- Date: Thu, 25 Aug 2016 21:02:46 +0000 (UTC)
commit da8cef16dc577026bb8ae77ba43e3f4345b6a9a8
Author: Benjamin Otte <otte redhat com>
Date: Thu Aug 25 21:05:07 2016 +0200
a11y: Correctly indent code
gtk/a11y/gtkaccessibility.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/a11y/gtkaccessibility.c b/gtk/a11y/gtkaccessibility.c
index 4e86699..7f0e520 100644
--- a/gtk/a11y/gtkaccessibility.c
+++ b/gtk/a11y/gtkaccessibility.c
@@ -329,7 +329,8 @@ gail_finish_select (GtkWidget *widget)
g_signal_connect (submenu, "map",
G_CALLBACK (gail_map_submenu_cb),
NULL);
- return;
+
+ return;
}
/*
* If we are waiting to report focus on a menubar or a menu item
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]