aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-01 23:11:08 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-01 23:11:08 +0200
commita635ece2144ab27bd5814998a0e222eb33df2188 (patch)
tree180441c3a7c852e1e7b2ce4d687ccccbe60ac5da
parentimprove header file (diff)
downloadbus-a635ece2144ab27bd5814998a0e222eb33df2188.tar.gz
bus-a635ece2144ab27bd5814998a0e222eb33df2188.tar.bz2
bus-a635ece2144ab27bd5814998a0e222eb33df2188.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bus.c b/src/bus.c
index c1f1c6f..e9dd789 100644
--- a/src/bus.c
+++ b/src/bus.c
@@ -924,7 +924,7 @@ done:
* @return 0 on success, -1 on error
*/
int bus_read_timed(const bus_t *restrict bus, int (*callback)(const char *message, void *user_data),
- void *user_data, const struct timespec *timeout, clockid_t clockid)
+ void *user_data, const struct timespec *timeout, clockid_t clockid)
{
int r, state = 0, saved_errno;
struct timespec delta;