From 8aa8074403fd918cf105b776bc57e5aab3e2a771 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Sep 2020 22:19:49 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- tdefile-plugins/torrent/bbase.h | 2 -- tdefile-plugins/torrent/bdict.cpp | 2 -- tdefile-plugins/torrent/bdict.h | 2 -- tdefile-plugins/torrent/bint.cpp | 2 -- tdefile-plugins/torrent/bint.h | 2 -- tdefile-plugins/torrent/blist.cpp | 2 -- tdefile-plugins/torrent/blist.h | 2 -- tdefile-plugins/torrent/bstring.cpp | 2 -- tdefile-plugins/torrent/bstring.h | 2 -- tdefile-plugins/torrent/bytetape.cpp | 2 -- tdefile-plugins/torrent/bytetape.h | 2 -- tdefile-plugins/torrent/tdefile_torrent.cpp | 2 -- tdefile-plugins/torrent/tdefile_torrent.h | 2 -- 13 files changed, 26 deletions(-) (limited to 'tdefile-plugins') diff --git a/tdefile-plugins/torrent/bbase.h b/tdefile-plugins/torrent/bbase.h index 7a4693c6..5afafb3d 100644 --- a/tdefile-plugins/torrent/bbase.h +++ b/tdefile-plugins/torrent/bbase.h @@ -87,5 +87,3 @@ class BBase : public TDEShared }; #endif /* _BBASE_H */ - -// vim: set et sw=4 ts=4: diff --git a/tdefile-plugins/torrent/bdict.cpp b/tdefile-plugins/torrent/bdict.cpp index 8ae17800..9536b1ab 100644 --- a/tdefile-plugins/torrent/bdict.cpp +++ b/tdefile-plugins/torrent/bdict.cpp @@ -216,5 +216,3 @@ bool BDict::writeToDevice(TQIODevice &device) return true; } - -// vim: set et sw=4 ts=4: diff --git a/tdefile-plugins/torrent/bdict.h b/tdefile-plugins/torrent/bdict.h index 61be065b..d522a6f4 100644 --- a/tdefile-plugins/torrent/bdict.h +++ b/tdefile-plugins/torrent/bdict.h @@ -199,5 +199,3 @@ class BDict : public BBase }; #endif /* _BDICT_H */ - -// vim: set et sw=4 ts=4: diff --git a/tdefile-plugins/torrent/bint.cpp b/tdefile-plugins/torrent/bint.cpp index db73aa72..50b9ff5e 100644 --- a/tdefile-plugins/torrent/bint.cpp +++ b/tdefile-plugins/torrent/bint.cpp @@ -100,5 +100,3 @@ bool BInt::writeToDevice (TQIODevice &device) return true; } - -// vim: set et ts=4 sw=4: diff --git a/tdefile-plugins/torrent/bint.h b/tdefile-plugins/torrent/bint.h index e2ce2cc3..7e5acd5f 100644 --- a/tdefile-plugins/torrent/bint.h +++ b/tdefile-plugins/torrent/bint.h @@ -107,5 +107,3 @@ class BInt : public BBase }; #endif /* _BINT_H */ - -// vim: set et ts=4 sw=4: diff --git a/tdefile-plugins/torrent/blist.cpp b/tdefile-plugins/torrent/blist.cpp index 4b510e76..3a13ad94 100644 --- a/tdefile-plugins/torrent/blist.cpp +++ b/tdefile-plugins/torrent/blist.cpp @@ -174,5 +174,3 @@ bool BList::writeToDevice(TQIODevice &device) return true; } - -// vim: set et sw=4 ts=4: diff --git a/tdefile-plugins/torrent/blist.h b/tdefile-plugins/torrent/blist.h index 89721822..a39db3bf 100644 --- a/tdefile-plugins/torrent/blist.h +++ b/tdefile-plugins/torrent/blist.h @@ -196,5 +196,3 @@ class BList : public BBase }; #endif /* _BLIST_H */ - -// vim: set et sw=4 ts=4: diff --git a/tdefile-plugins/torrent/bstring.cpp b/tdefile-plugins/torrent/bstring.cpp index 0b40b46a..80aad551 100644 --- a/tdefile-plugins/torrent/bstring.cpp +++ b/tdefile-plugins/torrent/bstring.cpp @@ -124,5 +124,3 @@ bool BString::setValue (const TQString &str) m_data = str.utf8(); return true; } - -// vim: set et ts=4 sw=4: diff --git a/tdefile-plugins/torrent/bstring.h b/tdefile-plugins/torrent/bstring.h index c51311fc..22b23686 100644 --- a/tdefile-plugins/torrent/bstring.h +++ b/tdefile-plugins/torrent/bstring.h @@ -134,5 +134,3 @@ class BString : public BBase }; #endif /* _BSTRING_H */ - -// vim: set et ts=4 sw=4: diff --git a/tdefile-plugins/torrent/bytetape.cpp b/tdefile-plugins/torrent/bytetape.cpp index 5d6b8099..2eaf8e01 100644 --- a/tdefile-plugins/torrent/bytetape.cpp +++ b/tdefile-plugins/torrent/bytetape.cpp @@ -154,5 +154,3 @@ char* ByteTape::at (const unsigned int i) return m_array.data() + i; } - -// vim: set et ts=4 sw=4: diff --git a/tdefile-plugins/torrent/bytetape.h b/tdefile-plugins/torrent/bytetape.h index 1dfbef09..81abc4e4 100644 --- a/tdefile-plugins/torrent/bytetape.h +++ b/tdefile-plugins/torrent/bytetape.h @@ -190,5 +190,3 @@ class ByteTape }; #endif /* _BYTETAPE_H */ - -// vim: set et ts=4 sw=4: diff --git a/tdefile-plugins/torrent/tdefile_torrent.cpp b/tdefile-plugins/torrent/tdefile_torrent.cpp index 1a403a25..7414689f 100644 --- a/tdefile-plugins/torrent/tdefile_torrent.cpp +++ b/tdefile-plugins/torrent/tdefile_torrent.cpp @@ -400,5 +400,3 @@ bool KTorrentPlugin::writeInfo(const KFileMetaInfo &info) const } #include "tdefile_torrent.moc" - -// vim: set ts=4 sw=4 et: diff --git a/tdefile-plugins/torrent/tdefile_torrent.h b/tdefile-plugins/torrent/tdefile_torrent.h index da41177b..cf62f545 100644 --- a/tdefile-plugins/torrent/tdefile_torrent.h +++ b/tdefile-plugins/torrent/tdefile_torrent.h @@ -81,5 +81,3 @@ class KTorrentPlugin : public KFilePlugin }; #endif /* _TDEFILE_TORRENT_H */ - -// vim: set et ts=4 sw=4: -- cgit v1.2.1