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