diff options
author | Michele Calgaro <[email protected]> | 2020-09-29 13:39:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 13:39:58 +0900 |
commit | c378b9b4d45481bace7b85809a6b0cad6abb4ded (patch) | |
tree | c321977e6249aa718c536591f41c02b4677ae89e /plugins/rssfeed/rss/document.cpp | |
parent | b428138d55bc217feeab120aa4b59559937c78f7 (diff) | |
download | ktorrent-c378b9b4d45481bace7b85809a6b0cad6abb4ded.tar.gz ktorrent-c378b9b4d45481bace7b85809a6b0cad6abb4ded.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 93b23e25abb5b9e771a2576d72f14bc799056880)
Diffstat (limited to 'plugins/rssfeed/rss/document.cpp')
-rw-r--r-- | plugins/rssfeed/rss/document.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/rssfeed/rss/document.cpp b/plugins/rssfeed/rss/document.cpp index d820613..7dfcd0a 100644 --- a/plugins/rssfeed/rss/document.cpp +++ b/plugins/rssfeed/rss/document.cpp @@ -615,5 +615,3 @@ Document &Document::operator=(const Document &other) } return *this; } - -// vim:noet:ts=4 |