diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-04-16 15:57:07 +1000 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2020-04-29 12:21:33 +0000 |
| commit | df969706f4cd479a525a69a13f86589d6b313b5b (patch) | |
| tree | 4253a24e47c73fe9ef63a54307a848a6c86e0eb5 /protocol | |
| parent | scanner: Guard interface declarations (diff) | |
| download | wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.gz wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.bz2 wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.lz wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.xz wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.zst wayland-df969706f4cd479a525a69a13f86589d6b313b5b.zip | |
Replace initial 8 spaces with a tab for all xml files
This is the style used in wayland.xml which is the only file we really
care about for git blame information. So let's adjust all others to that
style for consistency and fix editorconfig to avoid messing this up in
the future.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/tests.xml | 4 | ||||
| -rw-r--r-- | protocol/wayland.xml | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/protocol/tests.xml b/protocol/tests.xml index ea56ae4..22d80a1 100644 --- a/protocol/tests.xml +++ b/protocol/tests.xml @@ -43,8 +43,8 @@ <!-- Version 2 additions --> <request name="conjoin" since="2"> <description summary="register another fd passer with this one"> - Tells this fd passer object about another one to send events - to for more complicated fd leak tests. + Tells this fd passer object about another one to send events + to for more complicated fd leak tests. </description> <arg name="passer" type="object" interface="fd_passer"/> </request> diff --git a/protocol/wayland.xml b/protocol/wayland.xml index d3e54ee..5dce532 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -298,7 +298,7 @@ will be reported by the format event. </description> <!-- Note to protocol writers: don't update this list manually, instead - run the automated script that keeps it in sync with drm_fourcc.h. --> + run the automated script that keeps it in sync with drm_fourcc.h. --> <entry name="argb8888" value="0" summary="32-bit ARGB format, [31:0] A:R:G:B 8:8:8:8 little endian"/> <entry name="xrgb8888" value="1" summary="32-bit RGB format, [31:0] x:R:G:B 8:8:8:8 little endian"/> <entry name="c8" value="0x20203843" summary="8-bit color index format, [7:0] C"/> @@ -594,9 +594,9 @@ will be raised otherwise. </description> <arg name="dnd_actions" type="uint" summary="actions supported by the destination client" - enum="wl_data_device_manager.dnd_action"/> + enum="wl_data_device_manager.dnd_action"/> <arg name="preferred_action" type="uint" summary="action preferred by the destination client" - enum="wl_data_device_manager.dnd_action"/> + enum="wl_data_device_manager.dnd_action"/> </request> <event name="source_actions" since="3"> @@ -606,7 +606,7 @@ side changes its offered actions through wl_data_source.set_actions. </description> <arg name="source_actions" type="uint" summary="actions offered by the data source" - enum="wl_data_device_manager.dnd_action"/> + enum="wl_data_device_manager.dnd_action"/> </event> <event name="action" since="3"> @@ -648,7 +648,7 @@ must happen before the call to wl_data_offer.finish. </description> <arg name="dnd_action" type="uint" summary="action selected by the compositor" - enum="wl_data_device_manager.dnd_action"/> + enum="wl_data_device_manager.dnd_action"/> </event> </interface> @@ -746,7 +746,7 @@ for drag-and-drop will raise a protocol error. </description> <arg name="dnd_actions" type="uint" summary="actions supported by the data source" - enum="wl_data_device_manager.dnd_action"/> + enum="wl_data_device_manager.dnd_action"/> </request> <event name="dnd_drop_performed" since="3"> @@ -803,7 +803,7 @@ they reflect the current action. </description> <arg name="dnd_action" type="uint" summary="action selected by the compositor" - enum="wl_data_device_manager.dnd_action"/> + enum="wl_data_device_manager.dnd_action"/> </event> </interface> |
