summaryrefslogtreecommitdiff
path: root/PC/python3dll.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-02-25 14:31:09 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2011-02-25 14:31:09 +0000
commit71219dad3e89a2f47686b4facef368980abe1f2d (patch)
tree06efca7d087b4490d3b0f1d5cf3df01a6be1d197 /PC/python3dll.c
parent7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec (diff)
downloadcpython-git-71219dad3e89a2f47686b4facef368980abe1f2d.tar.gz
More eol-style's
Diffstat (limited to 'PC/python3dll.c')
-rw-r--r--PC/python3dll.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c
index b171fcae35..ef29071125 100644
--- a/PC/python3dll.c
+++ b/PC/python3dll.c
@@ -1,9 +1,9 @@
-#include <windows.h>
-
-BOOL WINAPI
-DllMain(HINSTANCE hInstDLL,
- DWORD fdwReason,
- LPVOID lpReserved)
-{
- return TRUE;
+#include <windows.h>
+
+BOOL WINAPI
+DllMain(HINSTANCE hInstDLL,
+ DWORD fdwReason,
+ LPVOID lpReserved)
+{
+ return TRUE;
} \ No newline at end of file