aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/system')
-rw-r--r--src/modules/system/plugin.cpp2
-rw-r--r--src/modules/system/plugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/system/plugin.cpp b/src/modules/system/plugin.cpp
index ebebfbb1f..7c888f7fe 100644
--- a/src/modules/system/plugin.cpp
+++ b/src/modules/system/plugin.cpp
@@ -424,4 +424,4 @@ KviPlugin * KviPluginManager::getPlugin(const QString& 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 b8727db2a..03e3c9a9a 100644
--- a/src/modules/system/plugin.h
+++ b/src/modules/system/plugin.h
@@ -77,4 +77,4 @@ class KviPluginManager
KviPlugin * getPlugin(const QString& szPluginPath);
};
-#endif //_PLUGIN_H_ \ No newline at end of file
+#endif //_PLUGIN_H_