diff options
Diffstat (limited to 'src/common/fakepoll.h')
-rw-r--r-- | src/common/fakepoll.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/fakepoll.h b/src/common/fakepoll.h index 93e287925..47490326c 100644 --- a/src/common/fakepoll.h +++ b/src/common/fakepoll.h @@ -46,3 +46,11 @@ int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout); #endif #endif + +/* + Local Variables: + mode:c + indent-tabs-mode:nil + c-basic-offset:2 + End: +*/ |