diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-09-01 23:11:08 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-09-01 23:11:08 +0200 | 
| commit | a635ece2144ab27bd5814998a0e222eb33df2188 (patch) | |
| tree | 180441c3a7c852e1e7b2ce4d687ccccbe60ac5da /src | |
| parent | improve header file (diff) | |
| download | bus-a635ece2144ab27bd5814998a0e222eb33df2188.tar.gz bus-a635ece2144ab27bd5814998a0e222eb33df2188.tar.bz2 bus-a635ece2144ab27bd5814998a0e222eb33df2188.tar.xz | |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | src/bus.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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; | 
