diff options
author | Michele Calgaro <[email protected]> | 2020-09-27 00:15:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-27 00:16:27 +0900 |
commit | 5b32da3ab3e78e2138b8605d0583f490c1099b33 (patch) | |
tree | 51cedec97909322e2f6dbdb9409bb3caba544bb1 /dcop/client | |
parent | 12e6a9fa4797c513bbc2d6c1372ff1086639ae08 (diff) | |
download | tdelibs-5b32da3ab3e78e2138b8605d0583f490c1099b33.tar.gz tdelibs-5b32da3ab3e78e2138b8605d0583f490c1099b33.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ed8e30bc6dd18716b42087183e57a481d6ec5fa4)
Diffstat (limited to 'dcop/client')
-rw-r--r-- | dcop/client/dcop.cpp | 3 | ||||
-rw-r--r-- | dcop/client/dcopclient.c | 2 | ||||
-rw-r--r-- | dcop/client/dcopobject.c | 2 | ||||
-rw-r--r-- | dcop/client/dcopref.c | 2 | ||||
-rw-r--r-- | dcop/client/marshall.cpp | 3 |
5 files changed, 3 insertions, 9 deletions
diff --git a/dcop/client/dcop.cpp b/dcop/client/dcop.cpp index 698479612..53acbd1c7 100644 --- a/dcop/client/dcop.cpp +++ b/dcop/client/dcop.cpp @@ -940,6 +940,3 @@ int main( int argc, char** argv ) return retval; } - -// vim: set ts=8 sts=4 sw=4 noet: - diff --git a/dcop/client/dcopclient.c b/dcop/client/dcopclient.c index 0ca67d465..43d2e1b30 100644 --- a/dcop/client/dcopclient.c +++ b/dcop/client/dcopclient.c @@ -1,4 +1,4 @@ -/* vi: set ts=2 sw=2 tw=78: +/* Extracts the dcopclient form a DCOPRef diff --git a/dcop/client/dcopobject.c b/dcop/client/dcopobject.c index a0ec31469..0cfe17f31 100644 --- a/dcop/client/dcopobject.c +++ b/dcop/client/dcopobject.c @@ -1,4 +1,4 @@ -/* vi: set ts=2 sw=2 tw=78: +/* Extracts the dcopobject form a DCOPRef diff --git a/dcop/client/dcopref.c b/dcop/client/dcopref.c index f096db27a..223ffa643 100644 --- a/dcop/client/dcopref.c +++ b/dcop/client/dcopref.c @@ -1,4 +1,4 @@ -/* vi: set ts=2 sw=2 tw=78: +/* Creates a DCOPRef from a dcopclient and a dcopobject. diff --git a/dcop/client/marshall.cpp b/dcop/client/marshall.cpp index 354ad03e8..1312cb2f2 100644 --- a/dcop/client/marshall.cpp +++ b/dcop/client/marshall.cpp @@ -409,6 +409,3 @@ void marshall( TQDataStream &arg, QCStringList args, uint &i, TQString type ) } i++; } - -// vim: set noet ts=8 sts=4 sw=4: - |