aboutsummaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-12 13:02:16 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-12 13:02:16 +0000
commit45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8 (patch)
treeda414c39c16b07e845b6329d1241ed15b233cfd0 /src/common/fakepoll.c
parent87797bcde58b0a19f420cb41632f331ca2b9040e (diff)
downloadtor-45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8.tar
tor-45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8.tar.gz
more pesky tabs
svn:r1265
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r--src/common/fakepoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c
index 5b5d7daaf..2f91c1b45 100644
--- a/src/common/fakepoll.c
+++ b/src/common/fakepoll.c
@@ -32,7 +32,7 @@
int
tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout)
{
- unsigned int idx;
+ unsigned int idx;
int maxfd, fd;
int r;
#ifdef MS_WINDOWS