diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-21 19:56:34 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:14 -0500 |
commit | 316c0d5217685be2838f626f7bdfacb78196b7ab (patch) | |
tree | 15daccda1fdb83860808cdd9cc3b26bdaa073a2d /rts | |
parent | 9aa9d17f5aeafd565f3ca88b2bb37795c060fc80 (diff) | |
download | haskell-316c0d5217685be2838f626f7bdfacb78196b7ab.tar.gz |
rts: delint/detab/dewhitespace win32/WorkQueue.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts')
-rw-r--r-- | rts/win32/WorkQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/WorkQueue.h b/rts/win32/WorkQueue.h index 3ed2385ec9..eb0b601df3 100644 --- a/rts/win32/WorkQueue.h +++ b/rts/win32/WorkQueue.h @@ -1,7 +1,7 @@ /* WorkQueue.h * * A fixed-size queue; MT-friendly. - * + * * (c) sof, 2002-2003 * */ |