[NTFS] - Fix some formatting / style issues, per CR-123.

svn path=/branches/GSoC_2016/NTFS/; revision=75290
This commit is contained in:
Trevor Thompson 2017-07-05 22:10:22 +00:00 committed by Thomas Faber
parent 5ab24a5aae
commit 430ce0a9e3
5 changed files with 11 additions and 8 deletions

View file

@ -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,

View file

@ -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)