diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2005-11-30 20:53:00 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2005-11-30 20:53:00 +0000 |
| commit | c285b374f87991e8d4d8f5e8e8f8c39d416f0a20 (patch) | |
| tree | 98d7784b0239808c635d4816daacbc47e3523b1c /cli/btpd_if.h | |
| parent | 9bfcc80cdd787de16d6afbe0153c33f6602398e0 (diff) | |
| download | btpd-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 'cli/btpd_if.h')
| -rw-r--r-- | cli/btpd_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/btpd_if.h b/cli/btpd_if.h index bda9739..e67770f 100644 --- a/cli/btpd_if.h +++ b/cli/btpd_if.h @@ -14,7 +14,7 @@ int ipc_close(struct ipc *ipc); int btpd_add(struct ipc *ipc, char **path, unsigned npaths, char **out); int btpd_del(struct ipc *ipc, uint8_t (*hash)[20], - unsigned nhashes, char **out); + unsigned nhashes, char **out); int btpd_die(struct ipc *ipc); int btpd_stat(struct ipc *ipc, char **out); |