fix formatting

svn path=/trunk/; revision=31013
This commit is contained in:
Christoph von Wittich 2007-12-05 14:51:06 +00:00
parent fe7df0e59f
commit 75db192c8d

View file

@ -1327,8 +1327,7 @@ UINT STDCALL SetCPGlobal(UINT CodePage)
BOOL
STDCALL
SetClientTimeZoneInformation(
CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation
)
CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation)
{
STUB;
return 0;
@ -1369,7 +1368,7 @@ SIZE_T
WINAPI
GetLargePageMinimum(void)
{
STUB;
return 0;
STUB;
return 0;
}