aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/SaveThemeDialog.cpp
diff options
context:
space:
mode:
authorGravatar Matt Ullman2015-10-18 05:16:18 -0400
committerGravatar Matt Ullman2015-10-18 05:17:31 -0400
commite227679b0af3687acf9292953edbb0ebeab19df9 (patch)
treeb498cd485b2cf65cd6e4288ba75beb3ba6e89e02 /src/modules/theme/SaveThemeDialog.cpp
parentMerge pull request #1674 from un1versal/The-Emperor's-New-Clothes (diff)
downloadKVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.gz
KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.bz2
KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.zip
Clean up trailing whitespaces and excess newlines
Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
Diffstat (limited to 'src/modules/theme/SaveThemeDialog.cpp')
-rw-r--r--src/modules/theme/SaveThemeDialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/theme/SaveThemeDialog.cpp b/src/modules/theme/SaveThemeDialog.cpp
index 4b4af497c..19e3ede75 100644
--- a/src/modules/theme/SaveThemeDialog.cpp
+++ b/src/modules/theme/SaveThemeDialog.cpp
@@ -163,7 +163,7 @@ SaveThemeDialog::SaveThemeDialog(QWidget * pParent)
ozText += __tr2qs_ctx("Hit the <b>\"Next\"</b> button to continue.","theme");
ozText += "<p>";
- pLayout->addWidget(m_pSaveIconsCheckBox,0,0);
+ pLayout->addWidget(m_pSaveIconsCheckBox,0,0);
pLabel->setText(ozText);
pLayout->addWidget(pLabel,1,0);
pLayout->setRowStretch(2,1);
@@ -323,4 +323,3 @@ bool SaveThemeDialog::saveTheme()
return true;
}
-