diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-21 19:41:20 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:13 -0500 |
commit | fdcc6991e13f33aca4f4a2f3bf1a4559ebcd8c25 (patch) | |
tree | 27be469a614a495c22047ef7f4d43bb7858be2f4 /rts/win32 | |
parent | 3021fb70a9287e489c2e78805fb43c85b19f8e56 (diff) | |
download | haskell-fdcc6991e13f33aca4f4a2f3bf1a4559ebcd8c25.tar.gz |
rts: delint/detab/dewhitespace win32/AsyncIO.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/win32')
-rw-r--r-- | rts/win32/AsyncIO.h | 8 |
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); |