diff options
author | Uli Schlachter <psychon@znc.in> | 2013-09-09 13:04:11 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2014-03-21 14:35:16 +0100 |
commit | d84dd752ef571491b015443fefedca53c7f81282 (patch) | |
tree | 6cf44815f15c048b769edcf997996b9f1e0d7c5e /src/xcb.h | |
parent | 4ffa6f83b92763eb901c7ddb7c20775e24d507ca (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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |