Automatic whitespace cleanup and coding style.
This commit is contained in:
parent
e0ef5b2a97
commit
62115b4772
@ -413,11 +413,10 @@ MediaWindow::InitWindow()
|
||||
|
||||
// Start the window
|
||||
fInitCheck = InitMedia(true);
|
||||
if (fInitCheck != B_OK) {
|
||||
if (fInitCheck != B_OK)
|
||||
PostMessage(B_QUIT_REQUESTED);
|
||||
} else if (IsHidden()) {
|
||||
else if (IsHidden())
|
||||
Show();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user