Coding style :P

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24892 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-04-10 18:05:00 +00:00
parent 42fe011d2a
commit 85e1e2f4d6

View File

@ -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;