Small coding style fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25839 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3d4b8c879e
commit
cf7e57ef10
@ -559,7 +559,7 @@ BNode::ReadAttrString(const char *name, BString *result) const
|
||||
return error;
|
||||
|
||||
// Lock the string's buffer so we can meddle with it
|
||||
char *data = result->LockBuffer(info.size+1);
|
||||
char *data = result->LockBuffer(info.size + 1);
|
||||
if (!data)
|
||||
return B_NO_MEMORY;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user