summaryrefslogtreecommitdiffstats
path: root/src/modules/system/plugin.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-11-30 14:29:57 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-11-30 14:29:57 -0600
commit9914fc2eaad48f0b066fb03e00c565be71d15f5e (patch)
tree951b7d355e8da119f472a83ba05b449ebdd0160d /src/modules/system/plugin.cpp
parente77011a2a183301e65b40fdd9a67da0906a61822 (diff)
downloadkvirc-9914fc2eaad48f0b066fb03e00c565be71d15f5e.tar.gz
kvirc-9914fc2eaad48f0b066fb03e00c565be71d15f5e.zip
Add end-of-file newlines.
Diffstat (limited to 'src/modules/system/plugin.cpp')
-rw-r--r--src/modules/system/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/plugin.cpp b/src/modules/system/plugin.cpp
index cb711aaf..37695eb4 100644
--- a/src/modules/system/plugin.cpp
+++ b/src/modules/system/plugin.cpp
@@ -424,4 +424,4 @@ KviPlugin * KviPluginManager::getPlugin(const TQString& szPluginPath)
{
KviPlugin * p = m_pPluginDict->find(szPluginPath);
return p;
-} \ No newline at end of file
+}