Formatting. No code changes!

svn path=/trunk/; revision=59634
This commit is contained in:
Eric Kohl 2013-08-04 13:04:02 +00:00
parent 49bffeb3fe
commit be53f80ec8

View file

@ -35,13 +35,13 @@ WINE_DEFAULT_DEBUG_CHANNEL(samlib);
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
BOOL WINAPI BOOL
DllMain (HINSTANCE hInstance, WINAPI
DWORD dwReason, DllMain(HINSTANCE hInstance,
LPVOID lpReserved) DWORD dwReason,
LPVOID lpReserved)
{ {
return TRUE;
return TRUE;
} }
/* EOF */ /* EOF */