From 9914fc2eaad48f0b066fb03e00c565be71d15f5e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 30 Nov 2013 14:29:57 -0600 Subject: Add end-of-file newlines. --- src/modules/system/plugin.cpp | 2 +- src/modules/system/plugin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/system') 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 +} diff --git a/src/modules/system/plugin.h b/src/modules/system/plugin.h index c5aa5014..07c824aa 100644 --- a/src/modules/system/plugin.h +++ b/src/modules/system/plugin.h @@ -77,4 +77,4 @@ class KviPluginManager KviPlugin * getPlugin(const TQString& szPluginPath); }; -#endif //_PLUGIN_H_ \ No newline at end of file +#endif //_PLUGIN_H_ -- cgit v1.2.3