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 BOOL
STDCALL STDCALL
SetClientTimeZoneInformation( SetClientTimeZoneInformation(
CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation)
)
{ {
STUB; STUB;
return 0; return 0;
@ -1369,7 +1368,7 @@ SIZE_T
WINAPI WINAPI
GetLargePageMinimum(void) GetLargePageMinimum(void)
{ {
STUB; STUB;
return 0; return 0;
} }