aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-04-16 15:57:07 +1000
committerSimon Ser <contact@emersion.fr>2020-04-29 12:21:33 +0000
commitdf969706f4cd479a525a69a13f86589d6b313b5b (patch)
tree4253a24e47c73fe9ef63a54307a848a6c86e0eb5 /tests
parentscanner: Guard interface declarations (diff)
downloadwayland-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 'tests')
-rw-r--r--tests/data/small.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/small.xml b/tests/data/small.xml
index a6e62ad..832ed0e 100644
--- a/tests/data/small.xml
+++ b/tests/data/small.xml
@@ -50,9 +50,9 @@
<event name="hey"/>
<enum name="foo">
- <entry name="first" value="0" summary="this is the first"/>
- <entry name="second" value="1" summary="this is the second"/>
- <entry name="third" value="2" since="2" summary="this is the third"/>
+ <entry name="first" value="0" summary="this is the first"/>
+ <entry name="second" value="1" summary="this is the second"/>
+ <entry name="third" value="2" since="2" summary="this is the third"/>
</enum>
</interface>
</protocol>