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 11:03:03 +0900
commite486343156812706d7b7d5e36f32e6aefc86a1c8 (patch)
tree4c0217d8adeb54c86219dc00d248951f5256688f /vcs/cvsservice
parent29aa164859f9966f10760fbd6feb543e1fec22f0 (diff)
downloadtdevelop-e486343156812706d7b7d5e36f32e6aefc86a1c8.tar.gz
tdevelop-e486343156812706d7b7d5e36f32e6aefc86a1c8.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c1136256870320723ad42e04e2559ae384b8fe91)
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;