[at-spi2-core: 5/6] Indent XML a bit more nicely
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 5/6] Indent XML a bit more nicely
- Date: Tue, 23 Nov 2021 20:53:15 +0000 (UTC)
commit f6b14826ea6c15310ed84a3f791d8ef0a61e033c
Author: Federico Mena Quintero <federico gnome org>
Date: Mon Nov 22 11:25:28 2021 -0600
Indent XML a bit more nicely
bus/at-spi-bus-launcher.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index d7c66900..ddbae15e 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -84,10 +84,10 @@ static const gchar introspection_xml[] =
" <arg type='s' name='address' direction='out'/>"
" </method>"
" </interface>"
- "<interface name='org.a11y.Status'>"
- "<property name='IsEnabled' type='b' access='readwrite'/>"
- "<property name='ScreenReaderEnabled' type='b' access='readwrite'/>"
- "</interface>"
+ " <interface name='org.a11y.Status'>"
+ " <property name='IsEnabled' type='b' access='readwrite'/>"
+ " <property name='ScreenReaderEnabled' type='b' access='readwrite'/>"
+ " </interface>"
"</node>";
static GDBusNodeInfo *introspection_data = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]