mirror of
https://github.com/reactos/reactos.git
synced 2025-01-08 07:11:16 +00:00
[MKHIVE]
Fix indentation. No code changes! svn path=/trunk/; revision=70422
This commit is contained in:
parent
4d1ea554c8
commit
9d67515773
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ static NTSTATUS
|
|||
CmiAddKeyToHashTable(
|
||||
IN PCMHIVE RegistryHive,
|
||||
IN OUT PCM_KEY_FAST_INDEX HashCell,
|
||||
IN HCELL_INDEX HashCellIndex,
|
||||
IN HCELL_INDEX HashCellIndex,
|
||||
IN PCM_KEY_NODE NewKeyCell,
|
||||
IN HCELL_INDEX NKBOffset)
|
||||
{
|
||||
|
@ -181,7 +181,7 @@ CmiAddKeyToHashTable(
|
|||
|
||||
HashCell->List[i].Cell = NKBOffset;
|
||||
HashCell->List[i].HashKey = HashKey;
|
||||
HashCell->Count++;
|
||||
HashCell->Count++;
|
||||
HvMarkCellDirty(&RegistryHive->Hive, HashCellIndex, FALSE);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue