diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-10-31 06:43:52 -0700 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2016-11-21 11:20:27 +0000 |
commit | 59b6e208e09a5d2f241965f907a1f05ecbf7ba68 (patch) | |
tree | 420f9666961f5d64493ec1455b7bbaff54443b94 /unstable/tablet | |
parent | f7349c3ff1625a115f8e4c8498456dec8c87a97e (diff) |
(multiple): Remove inconsistent line breaks
Enum entries and message arguments are sometimes preceded by a blank line, but
often aren't.
Standardize the format of the protocol specification by removing blank lines
preceding a list of message arguments and enum entries.
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'unstable/tablet')
-rw-r--r-- | unstable/tablet/tablet-unstable-v1.xml | 1 | ||||
-rw-r--r-- | unstable/tablet/tablet-unstable-v2.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unstable/tablet/tablet-unstable-v1.xml b/unstable/tablet/tablet-unstable-v1.xml index c5f58e9..6db9c05 100644 --- a/unstable/tablet/tablet-unstable-v1.xml +++ b/unstable/tablet/tablet-unstable-v1.xml @@ -542,7 +542,6 @@ wp_tablet_tool.proximity_in and wp_tablet_tool.proximity_out for details. </description> - <arg name="serial" type="uint"/> <arg name="button" type="uint" summary="The button whose state has changed"/> <arg name="state" type="uint" enum="button_state" summary="Whether the button was pressed or released"/> diff --git a/unstable/tablet/tablet-unstable-v2.xml b/unstable/tablet/tablet-unstable-v2.xml index 728a3df..b286d96 100644 --- a/unstable/tablet/tablet-unstable-v2.xml +++ b/unstable/tablet/tablet-unstable-v2.xml @@ -556,7 +556,6 @@ wp_tablet_tool.proximity_in and wp_tablet_tool.proximity_out for details. </description> - <arg name="serial" type="uint"/> <arg name="button" type="uint" summary="The button whose state has changed"/> <arg name="state" type="uint" enum="button_state" summary="Whether the button was pressed or released"/> |