diff --git a/backends/libcommuni/ircnetworkplugin.h b/backends/libcommuni/ircnetworkplugin.h index d4a84d730906c96b65d4da5b51d366fdd5e96ae3..12ae0ba39187de3c4c2df7efab923661786dfcee 100644 --- a/backends/libcommuni/ircnetworkplugin.h +++ b/backends/libcommuni/ircnetworkplugin.h @@ -47,4 +47,4 @@ class IRCNetworkPlugin : public QObject, public NetworkPlugin { int m_currentServer; std::string m_identify; bool m_firstPing; -}; \ No newline at end of file +};