summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 10:54:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 10:54:45 +0900
commitc1136256870320723ad42e04e2559ae384b8fe91 (patch)
tree45deeff0849cf35588b66b8af5950977ab56e733 /vcs/cvsservice
parentb2f4f7cb600639e1e5cd42d9b725440c82ac5ccf (diff)
downloadtdevelop-c1136256870320723ad42e04e2559ae384b8fe91.tar.gz
tdevelop-c1136256870320723ad42e04e2559ae384b8fe91.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs/cvsservice')
-rw-r--r--vcs/cvsservice/cvsentry.cpp2
-rw-r--r--vcs/cvsservice/cvsfileinfoprovider.cpp1
-rw-r--r--vcs/cvsservice/cvsfileinfoprovider.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/vcs/cvsservice/cvsentry.cpp b/vcs/cvsservice/cvsentry.cpp
index bf478f7c..79f83deb 100644
--- a/vcs/cvsservice/cvsentry.cpp
+++ b/vcs/cvsservice/cvsentry.cpp
@@ -183,5 +183,3 @@ VCSFileInfo CVSEntry::toVCSFileInfo() const
return VCSFileInfo( fileName(), revision(), revision(), fileState );
}
-
-//kate: space-indent on; indent-width 4; replace-tabs on;
diff --git a/vcs/cvsservice/cvsfileinfoprovider.cpp b/vcs/cvsservice/cvsfileinfoprovider.cpp
index cbfc726f..8eb77b71 100644
--- a/vcs/cvsservice/cvsfileinfoprovider.cpp
+++ b/vcs/cvsservice/cvsfileinfoprovider.cpp
@@ -311,4 +311,3 @@ void CVSFileInfoProvider::printOutFileInfoMap( const VCSFileInfoMap &map )
}
#include "cvsfileinfoprovider.moc"
-// kate: space-indent on; indent-width 4; replace-tabs on;
diff --git a/vcs/cvsservice/cvsfileinfoprovider.h b/vcs/cvsservice/cvsfileinfoprovider.h
index 8bc3a6fe..4cc9f4f2 100644
--- a/vcs/cvsservice/cvsfileinfoprovider.h
+++ b/vcs/cvsservice/cvsfileinfoprovider.h
@@ -77,4 +77,3 @@ private:
};
#endif
-//kate: space-indent on; indent-width 4;