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:
Stephan Aßmus
2009-06-27 17:13:58 +00:00
parent 7f3664f88e
commit d8b88d0378
+2 -1
View File
@@ -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");