Whitespace cleanup and 80 chars/line fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31273 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -239,7 +239,8 @@ BBuffer::BBuffer(const buffer_clone_info & info) :
|
|||||||
fFlags = reply.info.flags;
|
fFlags = reply.info.flags;
|
||||||
fOffset = reply.info.offset;
|
fOffset = reply.info.offset;
|
||||||
|
|
||||||
fArea = clone_area("a cloned BBuffer", &fData, B_ANY_ADDRESS, B_READ_AREA | B_WRITE_AREA, reply.info.area);
|
fArea = clone_area("a cloned BBuffer", &fData, B_ANY_ADDRESS,
|
||||||
|
B_READ_AREA | B_WRITE_AREA, reply.info.area);
|
||||||
if (fArea <= B_OK) {
|
if (fArea <= B_OK) {
|
||||||
// XXX should unregister buffer here
|
// XXX should unregister buffer here
|
||||||
ERROR("BBuffer::BBuffer: buffer cloning failed\n");
|
ERROR("BBuffer::BBuffer: buffer cloning failed\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user