* Fixed coding style violation.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35495 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e190cae151
commit
599b988100
@ -258,8 +258,8 @@ Stream::FindBlockRun(off_t pos, block_run& run, off_t& offset)
|
|||||||
+= indirect[current].Length() << cached.BlockShift();
|
+= indirect[current].Length() << cached.BlockShift();
|
||||||
if (runBlockEnd > pos) {
|
if (runBlockEnd > pos) {
|
||||||
run = indirect[current];
|
run = indirect[current];
|
||||||
offset = runBlockEnd -
|
offset = runBlockEnd
|
||||||
(run.Length() << cached.BlockShift());
|
- (run.Length() << cached.BlockShift());
|
||||||
//printf("reading from indirect block: %ld,%d\n",fRun.allocation_group,fRun.start);
|
//printf("reading from indirect block: %ld,%d\n",fRun.allocation_group,fRun.start);
|
||||||
//printf("### indirect-run[%ld] = (%ld,%d,%d), offset = %Ld\n",fCurrent,fRun.allocation_group,fRun.start,fRun.length,fRunFileOffset);
|
//printf("### indirect-run[%ld] = (%ld,%d,%d), offset = %Ld\n",fCurrent,fRun.allocation_group,fRun.start,fRun.length,fRunFileOffset);
|
||||||
return fVolume.ValidateBlockRun(run);
|
return fVolume.ValidateBlockRun(run);
|
||||||
|
Loading…
Reference in New Issue
Block a user