diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-21 20:35:35 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:16 -0500 |
commit | 60c6bd4ab8b99398037f8a66786415e29f3e47fa (patch) | |
tree | 66de384f128aa7919044075a0889a657434ffe48 /rts/RtsDllMain.h | |
parent | f81154f7c7c155ee0f9df344865cd4498af92214 (diff) | |
download | haskell-60c6bd4ab8b99398037f8a66786415e29f3e47fa.tar.gz |
rts: delint/detab/dewhitespace RtsDllMain.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/RtsDllMain.h')
-rw-r--r-- | rts/RtsDllMain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RtsDllMain.h b/rts/RtsDllMain.h index d781127079..4b9480dd85 100644 --- a/rts/RtsDllMain.h +++ b/rts/RtsDllMain.h @@ -1,4 +1,3 @@ - #include "Rts.h" #ifdef HAVE_WINDOWS_H @@ -14,4 +13,3 @@ DllMain ( HINSTANCE hInstance , LPVOID reserved ); #endif - |