mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
fix whitespace
This commit is contained in:
@@ -548,7 +548,8 @@ TomahawkWindow::checkForUpdates()
|
||||
void
|
||||
TomahawkWindow::minimize()
|
||||
{
|
||||
if (isMinimized()) {
|
||||
if ( isMinimized() )
|
||||
{
|
||||
showNormal();
|
||||
} else {
|
||||
showMinimized();
|
||||
@@ -558,7 +559,8 @@ TomahawkWindow::minimize()
|
||||
void
|
||||
TomahawkWindow::maximize()
|
||||
{
|
||||
if (isMaximized()) {
|
||||
if ( isMaximized() )
|
||||
{
|
||||
showNormal();
|
||||
} else {
|
||||
showMaximized();
|
||||
|
Reference in New Issue
Block a user