Coding style :P
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24892 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -49,7 +49,7 @@ BUSBDevice::SetTo(const char *path)
|
|||||||
return B_BAD_VALUE;
|
return B_BAD_VALUE;
|
||||||
|
|
||||||
fPath = strdup(path);
|
fPath = strdup(path);
|
||||||
fRawFD = open(path, O_RDWR|O_CLOEXEC);
|
fRawFD = open(path, O_RDWR | O_CLOEXEC);
|
||||||
if (fRawFD < 0) {
|
if (fRawFD < 0) {
|
||||||
Unset();
|
Unset();
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
|
|||||||
Reference in New Issue
Block a user