summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-11-22 11:25:28 -0600
committerFederico Mena Quintero <federico@gnome.org>2021-11-22 17:15:43 -0600
commitf6b14826ea6c15310ed84a3f791d8ef0a61e033c (patch)
tree18272fce31771fd2a26a6ddffa27b99a98131947 /bus
parente1a163130d835ed0c887c5e196a824c96f06ab45 (diff)
downloadat-spi2-core-f6b14826ea6c15310ed84a3f791d8ef0a61e033c.tar.gz
Indent XML a bit more nicely
Diffstat (limited to 'bus')
-rw-r--r--bus/at-spi-bus-launcher.c8
1 files 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;