mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[FORMATTING] apply a consistent indentation (4 spaces), no code change
svn path=/trunk/; revision=32553
This commit is contained in:
parent
7f8158f09e
commit
351736138c
1 changed files with 998 additions and 992 deletions
|
@ -165,8 +165,13 @@ GDIOBJ_iAllocHandleTable(OUT PSECTION_OBJECT *SectionObject)
|
|||
{
|
||||
if (ObjTypeInfo[ObjType].bUseLookaside)
|
||||
{
|
||||
ExInitializePagedLookasideList(HandleTable->LookasideLists + ObjType, NULL, NULL, 0,
|
||||
ObjTypeInfo[ObjType].ulBodySize, ObjTypeInfo[ObjType].Tag, 0);
|
||||
ExInitializePagedLookasideList(HandleTable->LookasideLists + ObjType,
|
||||
NULL,
|
||||
NULL,
|
||||
0,
|
||||
ObjTypeInfo[ObjType].ulBodySize,
|
||||
ObjTypeInfo[ObjType].Tag,
|
||||
0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -804,7 +809,8 @@ GDI_CleanupForProcess (struct _EPROCESS *Process)
|
|||
Entry++, Index++)
|
||||
{
|
||||
/* ignore the lock bit */
|
||||
if((HANDLE)((ULONG_PTR)Entry->ProcessId & ~0x1) == ProcId && (Entry->Type & ~GDI_ENTRY_REUSE_MASK) != 0)
|
||||
if ( (HANDLE)((ULONG_PTR)Entry->ProcessId & ~0x1) == ProcId &&
|
||||
(Entry->Type & ~GDI_ENTRY_REUSE_MASK) != 0 )
|
||||
{
|
||||
HGDIOBJ ObjectHandle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue