diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-05-07 18:14:11 -0500 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2016-05-10 12:06:05 +0800 |
commit | c6d204fdbcffec742416d3971ef1efd3b6eb575a (patch) | |
tree | 1da1c3b1c32e061272ef22a60de84bb86826ced1 /protocol | |
parent | 721c91c54a705fc3e971e94d8afe46993af953f8 (diff) |
protocol: Remove double line break
All vertical whitespace should manifest as a single blank line, never two.
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 92e3f43..700ef03 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -407,7 +407,6 @@ </event> </interface> - <interface name="wl_data_offer" version="3"> <description summary="offer to transfer data"> A wl_data_offer represents a piece of data offered for transfer |