[gnome-settings-daemon] rfkill: Fix indentation in D-Bus introspection XML



commit 5a4e38f9bb4e591abe35027efafeb0248c6f6b89
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Feb 9 10:54:20 2017 +0000

    rfkill: Fix indentation in D-Bus introspection XML
    
    This is a formatting fix only; no functional changes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778383

 plugins/rfkill/gsd-rfkill-manager.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/plugins/rfkill/gsd-rfkill-manager.c b/plugins/rfkill/gsd-rfkill-manager.c
index 2683b8b..5470ce7 100644
--- a/plugins/rfkill/gsd-rfkill-manager.c
+++ b/plugins/rfkill/gsd-rfkill-manager.c
@@ -70,13 +70,13 @@ static const gchar introspection_xml[] =
 "<node>"
 "  <interface name='org.gnome.SettingsDaemon.Rfkill'>"
 "    <annotation name='org.freedesktop.DBus.GLib.CSymbol' value='gsd_rfkill_manager'/>"
-"      <property name='AirplaneMode' type='b' access='readwrite'/>"
-"      <property name='HardwareAirplaneMode' type='b' access='read'/>"
-"      <property name='HasAirplaneMode' type='b' access='read'/>"
-"      <property name='ShouldShowAirplaneMode' type='b' access='read'/>"
-"      <property name='BluetoothAirplaneMode' type='b' access='readwrite'/>"
-"      <property name='BluetoothHardwareAirplaneMode' type='b' access='read'/>"
-"      <property name='BluetoothHasAirplaneMode' type='b' access='read'/>"
+"    <property name='AirplaneMode' type='b' access='readwrite'/>"
+"    <property name='HardwareAirplaneMode' type='b' access='read'/>"
+"    <property name='HasAirplaneMode' type='b' access='read'/>"
+"    <property name='ShouldShowAirplaneMode' type='b' access='read'/>"
+"    <property name='BluetoothAirplaneMode' type='b' access='readwrite'/>"
+"    <property name='BluetoothHardwareAirplaneMode' type='b' access='read'/>"
+"    <property name='BluetoothHasAirplaneMode' type='b' access='read'/>"
 "  </interface>"
 "</node>";
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]