diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 22:19:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 22:20:02 +0900 |
commit | 8aa8074403fd918cf105b776bc57e5aab3e2a771 (patch) | |
tree | 84a4ca8fa57b377772173e4594aa3cdf6dcff3b0 /tdefile-plugins/torrent/bstring.cpp | |
parent | f8c5872c1394932ae762aa9a956b56bba8b957c5 (diff) | |
download | tdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.tar.gz tdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins/torrent/bstring.cpp')
-rw-r--r-- | tdefile-plugins/torrent/bstring.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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: |