about summary refs log tree commit diff
path: root/misc/stream.h
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2005-11-30 20:53:00 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2005-11-30 20:53:00 +0000
commitc285b374f87991e8d4d8f5e8e8f8c39d416f0a20 (patch)
tree98d7784b0239808c635d4816daacbc47e3523b1c /misc/stream.h
parent9bfcc80cdd787de16d6afbe0153c33f6602398e0 (diff)
downloadbtpd-c285b374f87991e8d4d8f5e8e8f8c39d416f0a20.tar.gz
btpd-c285b374f87991e8d4d8f5e8e8f8c39d416f0a20.zip
The mega whitespace patch.
Tabs have been converted to spaces and trailing whitespace have been removed.
I have fixed my emacs settings now :P

Diffstat (limited to 'misc/stream.h')
-rw-r--r--misc/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/stream.h b/misc/stream.h
index f71e5c9..6ed91d5 100644
--- a/misc/stream.h
+++ b/misc/stream.h
@@ -31,6 +31,6 @@ int bts_close_wo(struct bt_stream_wo *bts);
 
 int bts_sha(struct bt_stream_ro *bts, off_t length, uint8_t *hash);
 int bts_hashes(struct metainfo *, F_fdcb fd_cb,
-	       void (*cb)(uint32_t, uint8_t *, void *), void *arg);
+               void (*cb)(uint32_t, uint8_t *, void *), void *arg);
 
 #endif