summaryrefslogtreecommitdiff
path: root/src/xcb.h
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2013-09-09 13:04:11 +0200
committerUli Schlachter <psychon@znc.in>2014-03-21 14:35:16 +0100
commitd84dd752ef571491b015443fefedca53c7f81282 (patch)
tree6cf44815f15c048b769edcf997996b9f1e0d7c5e /src/xcb.h
parent4ffa6f83b92763eb901c7ddb7c20775e24d507ca (diff)
Remove tabs and trailing whitespaces
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/xcb.h')
-rw-r--r--src/xcb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xcb.h b/src/xcb.h
index 73c77a3..148b00c 100644
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -319,7 +319,7 @@ typedef struct xcb_special_event xcb_special_event_t;
*/
xcb_generic_event_t *xcb_poll_for_special_event(xcb_connection_t *c,
xcb_special_event_t *se);
-
+
/**
* @brief Returns the next event from a special queue, blocking until one arrives
*/
@@ -330,7 +330,6 @@ xcb_generic_event_t *xcb_wait_for_special_event(xcb_connection_t *c,
*/
typedef struct xcb_extension_t xcb_extension_t; /**< Opaque structure used as key for xcb_get_extension_data_t. */
-
/**
* @brief Listen for a special event
*/