Automatic whitespace cleanup and coding style.

This commit is contained in:
Humdinger 2012-07-01 18:58:43 +02:00
parent e0ef5b2a97
commit 62115b4772
2 changed files with 10 additions and 11 deletions

View File

@ -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();
}
}