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:
Jon Cruz 2015-10-28 12:03:37 +09:00 committed by Bryce Harrington
parent 1cf175eba4
commit f150d7aec2

View file

@ -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. * parameters, in the order they appear in the protocol XML specification.
* *
* The variable arguments' types are: * The variable arguments' types are:
* - type=uint: uint32_t * - type=uint: uint32_t
* - type=int: int32_t * - type=int: int32_t
* - type=fixed: wl_fixed_t * - type=fixed: wl_fixed_t
* - type=string: (const char *) to a nil-terminated string * - type=string: (const char *) to a nil-terminated string