diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:15:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:15:40 +0900 |
commit | ed8e30bc6dd18716b42087183e57a481d6ec5fa4 (patch) | |
tree | 6c8bf650267a48f922fab63117812f1389ce31e9 /tdecmshell | |
parent | 290dd240b89a39b9e0978a08d63298fd7bccc600 (diff) | |
download | tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.tar.gz tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecmshell')
-rw-r--r-- | tdecmshell/main.cpp | 1 | ||||
-rw-r--r-- | tdecmshell/main.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tdecmshell/main.cpp b/tdecmshell/main.cpp index a99c4b545..b2de8533a 100644 --- a/tdecmshell/main.cpp +++ b/tdecmshell/main.cpp @@ -345,4 +345,3 @@ extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[]) return 0; } -// vim: sw=4 et sts=4 diff --git a/tdecmshell/main.h b/tdecmshell/main.h index e97145a82..01f7d84c4 100644 --- a/tdecmshell/main.h +++ b/tdecmshell/main.h @@ -98,7 +98,4 @@ k_dcop: virtual void activate( TQCString asn_id ); }; - - -// vim: sw=4 et sts=4 #endif //__tdecmshell_h__ |