about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/stream.c b/misc/stream.c
index 4bfab8f..14aada4 100644
--- a/misc/stream.c
+++ b/misc/stream.c
@@ -59,7 +59,7 @@ bts_seek(struct bt_stream *bts, off_t off)
         }
     } else if (bts->fd != -1)
         lseek(bts->fd, off, SEEK_SET);
-    
+
     bts->index = i;
     bts->f_off = off;