aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-30 15:21:06 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-30 15:21:06 -0400
commit7f0fb8e6083128ff20b30d8cd29c220e9427d95e (patch)
treec32347c9388b2fd8fd73a6ccc478f4531a7f390f /src/common/util.h
parent7e67a240381c76b8d18dab862256b73c72d2711f (diff)
downloadtor-7f0fb8e6083128ff20b30d8cd29c220e9427d95e.tar
tor-7f0fb8e6083128ff20b30d8cd29c220e9427d95e.tar.gz
whitespace fixes
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index ebbcf78bd..d657db674 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -276,7 +276,7 @@ typedef struct ratelim_t {
char *rate_limit_log(ratelim_t *lim, time_t now);
/* File helpers */
-ssize_t write_all(tor_socket_t fd, const char *buf, size_t count, int isSocket);
+ssize_t write_all(tor_socket_t fd, const char *buf, size_t count,int isSocket);
ssize_t read_all(tor_socket_t fd, char *buf, size_t count, int isSocket);
/** Return values from file_status(); see that function's documentation