diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-12 13:02:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-12 13:02:16 +0000 |
commit | 45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8 (patch) | |
tree | da414c39c16b07e845b6329d1241ed15b233cfd0 /src/common/fakepoll.c | |
parent | 87797bcde58b0a19f420cb41632f331ca2b9040e (diff) | |
download | tor-45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8.tar tor-45a3f6b97c0ccb9e4876ec28880fc6f4c1d412e8.tar.gz |
more pesky tabs
svn:r1265
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 2 |
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 |