summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-07-21 19:41:20 -0500
committerAustin Seipp <austin@well-typed.com>2014-07-28 09:29:13 -0500
commitfdcc6991e13f33aca4f4a2f3bf1a4559ebcd8c25 (patch)
tree27be469a614a495c22047ef7f4d43bb7858be2f4 /rts
parent3021fb70a9287e489c2e78805fb43c85b19f8e56 (diff)
downloadhaskell-fdcc6991e13f33aca4f4a2f3bf1a4559ebcd8c25.tar.gz
rts: delint/detab/dewhitespace win32/AsyncIO.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts')
-rw-r--r--rts/win32/AsyncIO.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rts/win32/AsyncIO.h b/rts/win32/AsyncIO.h
index 8d99c0acde..67d5110a47 100644
--- a/rts/win32/AsyncIO.h
+++ b/rts/win32/AsyncIO.h
@@ -10,10 +10,10 @@
extern unsigned int
addIORequest(int fd,
- int forWriting,
- int isSock,
- int len,
- char* buf);
+ int forWriting,
+ int isSock,
+ int len,
+ char* buf);
extern unsigned int addDelayRequest(int usecs);
extern unsigned int addDoProcRequest(void* proc, void* param);
extern int startupAsyncIO(void);