summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 22:19:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 22:20:02 +0900
commit8aa8074403fd918cf105b776bc57e5aab3e2a771 (patch)
tree84a4ca8fa57b377772173e4594aa3cdf6dcff3b0 /tdefile-plugins
parentf8c5872c1394932ae762aa9a956b56bba8b957c5 (diff)
downloadtdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.tar.gz
tdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/torrent/bbase.h2
-rw-r--r--tdefile-plugins/torrent/bdict.cpp2
-rw-r--r--tdefile-plugins/torrent/bdict.h2
-rw-r--r--tdefile-plugins/torrent/bint.cpp2
-rw-r--r--tdefile-plugins/torrent/bint.h2
-rw-r--r--tdefile-plugins/torrent/blist.cpp2
-rw-r--r--tdefile-plugins/torrent/blist.h2
-rw-r--r--tdefile-plugins/torrent/bstring.cpp2
-rw-r--r--tdefile-plugins/torrent/bstring.h2
-rw-r--r--tdefile-plugins/torrent/bytetape.cpp2
-rw-r--r--tdefile-plugins/torrent/bytetape.h2
-rw-r--r--tdefile-plugins/torrent/tdefile_torrent.cpp2
-rw-r--r--tdefile-plugins/torrent/tdefile_torrent.h2
13 files changed, 0 insertions, 26 deletions
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: