mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +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(
|
CmiAddKeyToHashTable(
|
||||||
IN PCMHIVE RegistryHive,
|
IN PCMHIVE RegistryHive,
|
||||||
IN OUT PCM_KEY_FAST_INDEX HashCell,
|
IN OUT PCM_KEY_FAST_INDEX HashCell,
|
||||||
IN HCELL_INDEX HashCellIndex,
|
IN HCELL_INDEX HashCellIndex,
|
||||||
IN PCM_KEY_NODE NewKeyCell,
|
IN PCM_KEY_NODE NewKeyCell,
|
||||||
IN HCELL_INDEX NKBOffset)
|
IN HCELL_INDEX NKBOffset)
|
||||||
{
|
{
|
||||||
|
@ -181,7 +181,7 @@ CmiAddKeyToHashTable(
|
||||||
|
|
||||||
HashCell->List[i].Cell = NKBOffset;
|
HashCell->List[i].Cell = NKBOffset;
|
||||||
HashCell->List[i].HashKey = HashKey;
|
HashCell->List[i].HashKey = HashKey;
|
||||||
HashCell->Count++;
|
HashCell->Count++;
|
||||||
HvMarkCellDirty(&RegistryHive->Hive, HashCellIndex, FALSE);
|
HvMarkCellDirty(&RegistryHive->Hive, HashCellIndex, FALSE);
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue