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