projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
49bffeb
)
[SAMLIB]
author
Eric Kohl
<eric.kohl@reactos.org>
Sun, 4 Aug 2013 13:04:02 +0000
(13:04 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Sun, 4 Aug 2013 13:04:02 +0000
(13:04 +0000)
Formatting. No code changes!
svn path=/trunk/; revision=59634
reactos/dll/win32/samlib/dllmain.c
patch
|
blob
|
history
diff --git
a/reactos/dll/win32/samlib/dllmain.c
b/reactos/dll/win32/samlib/dllmain.c
index
4e66ceb
..
1b1e6a6
100644
(file)
--- a/
reactos/dll/win32/samlib/dllmain.c
+++ b/
reactos/dll/win32/samlib/dllmain.c
@@
-35,13
+35,13
@@
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
/* FUNCTIONS *****************************************************************/
-BOOL WINAPI
-DllMain (HINSTANCE hInstance,
- DWORD dwReason,
- LPVOID lpReserved)
+BOOL
+WINAPI
+DllMain(HINSTANCE hInstance,
+ DWORD dwReason,
+ LPVOID lpReserved)
{
-
- return TRUE;
+ return TRUE;
}
/* EOF */