Fix a few style violations from my previous commit. (thanks Axel!)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28974 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -106,7 +106,7 @@ CDPlayer::~CDPlayer()
|
|||||||
bool
|
bool
|
||||||
CDPlayer::InitCheck()
|
CDPlayer::InitCheck()
|
||||||
{
|
{
|
||||||
return (fCDDrive.CountDrives() > 0);
|
return fCDDrive.CountDrives() > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -649,8 +649,7 @@ CDPlayerApplication::CDPlayerApplication()
|
|||||||
window->ResizeTo(view->Bounds().Width(), view->Bounds().Height());
|
window->ResizeTo(view->Bounds().Width(), view->Bounds().Height());
|
||||||
window->AddChild(view);
|
window->AddChild(view);
|
||||||
window->Show();
|
window->Show();
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
PostMessage(B_QUIT_REQUESTED);
|
PostMessage(B_QUIT_REQUESTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user