aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help
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/help
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/help')
-rw-r--r--src/modules/help/HelpWidget.cpp1
-rw-r--r--src/modules/help/HelpWindow.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/help/HelpWidget.cpp b/src/modules/help/HelpWidget.cpp
index 9db49d8a9..8ec557058 100644
--- a/src/modules/help/HelpWidget.cpp
+++ b/src/modules/help/HelpWidget.cpp
@@ -254,4 +254,3 @@ QSize HelpWidget::sizeHint() const
QSize s(wdth,m_pTextBrowser->sizeHint().height() + m_pToolBar->sizeHint().height());
return s;
}
-
diff --git a/src/modules/help/HelpWindow.cpp b/src/modules/help/HelpWindow.cpp
index 210547521..745f7ff04 100644
--- a/src/modules/help/HelpWindow.cpp
+++ b/src/modules/help/HelpWindow.cpp
@@ -334,5 +334,3 @@ void HelpWindow::fillCaptionBuffers()
{
m_szPlainTextCaption = __tr2qs("Help Browser");
}
-
-