diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 11:15:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 11:15:49 +0900 |
commit | 76ad023b227f46843e5a086a9e2cf60b782e1e7e (patch) | |
tree | d807cd9bb5875b0048152410cf69fcdffb877ce0 /src/otrplugin.cpp | |
parent | 210588cadb5a66d511ce27c6300ed8c0223dd0c0 (diff) | |
download | kopete-otr-76ad023b227f46843e5a086a9e2cf60b782e1e7e.tar.gz kopete-otr-76ad023b227f46843e5a086a9e2cf60b782e1e7e.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5609e2b0b65bd022fecb7e725abed2eb42e215fa)
Diffstat (limited to 'src/otrplugin.cpp')
-rw-r--r-- | src/otrplugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index 85c9d37..a9b918b 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -339,6 +339,3 @@ void OTRPlugin::accountReady( Kopete::Account *account ){ #include "otrplugin.moc" - -// vim: set noet ts=4 sts=4 sw=4: - |