[PATCH v2] cosmetic: fix incorrect whitespace.

Jon A. Cruz jonc at osg.samsung.com
Tue Oct 27 20:03:37 PDT 2015


Fixed instance where spaces were used instead of tabs.

Changes since v1:
* rebased

Signed-off-by: Jon A. Cruz <jonc at osg.samsung.com>
---
 src/wayland-server-core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h
index 55a2db0..73f2dd2 100644
--- a/src/wayland-server-core.h
+++ b/src/wayland-server-core.h
@@ -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
-- 
2.1.4



More information about the wayland-devel mailing list