summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-22 21:48:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-22 21:48:29 +0900
commit08d0bb03c026ca9d72fb13105363979660ea9aed (patch)
tree2ba2cbe3f9e7ae53dd547636ad5bd2ef687d5f20 /tdeioslave
parent87aace9f528d04868ca6bf9d054604d6e0674c42 (diff)
downloadtdebase-08d0bb03c026ca9d72fb13105363979660ea9aed.tar.gz
tdebase-08d0bb03c026ca9d72fb13105363979660ea9aed.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/man/man2html.cpp2
-rw-r--r--tdeioslave/settings/tdeio_settings.cc2
-rw-r--r--tdeioslave/sftp/process.cpp2
-rw-r--r--tdeioslave/sftp/process.h2
-rw-r--r--tdeioslave/sftp/sftpfileattr.cpp1
-rw-r--r--tdeioslave/tar/tar.cc2
6 files changed, 2 insertions, 9 deletions
diff --git a/tdeioslave/man/man2html.cpp b/tdeioslave/man/man2html.cpp
index 8dd23dc6a..a8c5751c0 100644
--- a/tdeioslave/man/man2html.cpp
+++ b/tdeioslave/man/man2html.cpp
@@ -18,8 +18,6 @@
// End of verbatim comment
-// kate: space-indent on; indent-width 4; replace-tabs on;
-
/*
* man2html-linux-1.0/1.1
* This version modified for Redhat/Caldera linux - March 1996.
diff --git a/tdeioslave/settings/tdeio_settings.cc b/tdeioslave/settings/tdeio_settings.cc
index db797fab5..5d1e67a0e 100644
--- a/tdeioslave/settings/tdeio_settings.cc
+++ b/tdeioslave/settings/tdeio_settings.cc
@@ -294,5 +294,3 @@ void SettingsProtocol::listDir(const KURL& url)
listEntry(entry, true);
finished();
}
-
-// vim: ts=4 sw=4 et
diff --git a/tdeioslave/sftp/process.cpp b/tdeioslave/sftp/process.cpp
index bcb686df0..164121497 100644
--- a/tdeioslave/sftp/process.cpp
+++ b/tdeioslave/sftp/process.cpp
@@ -1,4 +1,4 @@
-/* vi: ts=8 sts=4 sw=4
+/*
*
*
* This file is part of the KDE project, module tdesu.
diff --git a/tdeioslave/sftp/process.h b/tdeioslave/sftp/process.h
index 215c51ea7..ca154f45c 100644
--- a/tdeioslave/sftp/process.h
+++ b/tdeioslave/sftp/process.h
@@ -1,4 +1,4 @@
-/* vi: ts=8 sts=4 sw=4
+/*
*
*
* This file is part of the KDE project, module tdesu.
diff --git a/tdeioslave/sftp/sftpfileattr.cpp b/tdeioslave/sftp/sftpfileattr.cpp
index 4c25909d9..ddd94bbe8 100644
--- a/tdeioslave/sftp/sftpfileattr.cpp
+++ b/tdeioslave/sftp/sftpfileattr.cpp
@@ -343,4 +343,3 @@ void sftpFileAttr::setEncoding( KRemoteEncoding* encoding )
{
mEncoding = encoding;
}
-// vim:ts=4:sw=4
diff --git a/tdeioslave/tar/tar.cc b/tdeioslave/tar/tar.cc
index 6d71d8b21..b7ba70687 100644
--- a/tdeioslave/tar/tar.cc
+++ b/tdeioslave/tar/tar.cc
@@ -619,5 +619,3 @@ debug("void TARProtocol::filterData");
}
}
*/
-
-// kate: space-indent on; indent-width 4; replace-tabs on;