mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
cosmetic: fix incorrect whitespace.
Fixed instance where spaces were used instead of tabs. Changes since v1: * rebased Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
This commit is contained in:
parent
1cf175eba4
commit
f150d7aec2
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ typedef void (*wl_resource_destroy_func_t)(struct wl_resource *resource);
|
|||
* parameters, in the order they appear in the protocol XML specification.
|
||||
*
|
||||
* The variable arguments' types are:
|
||||
* - type=uint: uint32_t
|
||||
* - type=uint: uint32_t
|
||||
* - type=int: int32_t
|
||||
* - type=fixed: wl_fixed_t
|
||||
* - type=string: (const char *) to a nil-terminated string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue