mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 09:51:56 +00:00
[NTFS] - Fix some formatting / style issues, per CR-123.
svn path=/branches/GSoC_2016/NTFS/; revision=75290
This commit is contained in:
parent
5ab24a5aae
commit
430ce0a9e3
5 changed files with 11 additions and 8 deletions
|
@ -316,7 +316,8 @@ AddRun(PNTFS_VCB Vcb,
|
|||
NextVBN = AttrContext->Record.NonResident.HighestVCN + 1;
|
||||
|
||||
// Add newly-assigned clusters to mcb
|
||||
_SEH2_TRY{
|
||||
_SEH2_TRY
|
||||
{
|
||||
if (!FsRtlAddLargeMcbEntry(&AttrContext->DataRunsMCB,
|
||||
NextVBN,
|
||||
NextAssignedCluster,
|
||||
|
|
|
@ -416,8 +416,10 @@ DumpBTreeKey(PB_TREE_KEY Key, ULONG Number, ULONG Depth)
|
|||
DbgPrint(" '%wZ'\n", &FileName);
|
||||
}
|
||||
else
|
||||
{
|
||||
DbgPrint(" (Dummy Key)\n");
|
||||
}
|
||||
}
|
||||
|
||||
VOID
|
||||
DumpBTreeNode(PB_TREE_FILENAME_NODE Node, ULONG Number, ULONG Depth)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue