summaryrefslogtreecommitdiff
path: root/include/timeout.h
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 20:57:20 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 20:57:20 +0000
commit6c55e0a529c7f1216ff6f63a4fc77ea06a2a3a38 (patch)
tree91b0841faf23087ebe0c74dd4269d181a383f1e7 /include/timeout.h
parent069409cd99cf78ab8bf87a1fe69a833576414fd3 (diff)
Insane commit of doom: s/ \t/g
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1681 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/timeout.h')
-rw-r--r--include/timeout.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/timeout.h b/include/timeout.h
index a6ac20ba5..0aec7aef9 100644
--- a/include/timeout.h
+++ b/include/timeout.h
@@ -21,11 +21,11 @@
/* Definitions for timeouts: */
typedef struct timeout_ Timeout;
struct timeout_ {
- Timeout *next, *prev;
- time_t settime, timeout;
- int repeat; /* Does this timeout repeat indefinitely? */
- void (*code)(Timeout *); /* This structure is passed to the code */
- void *data; /* Can be anything */
+ Timeout *next, *prev;
+ time_t settime, timeout;
+ int repeat; /* Does this timeout repeat indefinitely? */
+ void (*code)(Timeout *); /* This structure is passed to the code */
+ void *data; /* Can be anything */
};