diff options
author | Michele Calgaro <[email protected]> | 2020-09-29 19:31:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 19:31:15 +0900 |
commit | 578f3d13fd33b63f12e58b45b324f65fcdf69678 (patch) | |
tree | 3339b8354aa24af5e26d83c31b4297114ef0c018 | |
parent | 2d926dc03a1e9195d13a37b99b8762b97078cbfa (diff) | |
download | twin-style-crystal-578f3d13fd33b63f12e58b45b324f65fcdf69678.tar.gz twin-style-crystal-578f3d13fd33b63f12e58b45b324f65fcdf69678.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bd4fbb0edbbb8e68fdef43a2f04911142fa9d6eb)
-rw-r--r-- | client/myrootpixmap.cc | 2 | ||||
-rw-r--r-- | client/myrootpixmap.h | 2 | ||||
-rw-r--r-- | pics/embedtool.cpp | 4 |
3 files changed, 2 insertions, 6 deletions
diff --git a/client/myrootpixmap.cc b/client/myrootpixmap.cc index 999ecf4..ca3a260 100644 --- a/client/myrootpixmap.cc +++ b/client/myrootpixmap.cc @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * $Id: krootpixmap.cpp,v 1.20 2003/06/01 01:49:31 hadacek Exp $ * diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h index 6269537..2fe1d6c 100644 --- a/client/myrootpixmap.h +++ b/client/myrootpixmap.h @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * $Id: krootpixmap.h,v 1.15 2003/05/19 08:02:48 coolo Exp $ * This file is part of the KDE project, module kdesktop. diff --git a/pics/embedtool.cpp b/pics/embedtool.cpp index 8f1690f..9211690 100644 --- a/pics/embedtool.cpp +++ b/pics/embedtool.cpp @@ -94,7 +94,6 @@ nVIDIAEmbedder::~nVIDIAEmbedder() #if (0) stream << "} // namespace nVIDIA\n\n"; stream << "#endif // __TILES_H\n\n"; - stream << "// vim: set noet ts=4 sw=4:\n"; #endif file->close(); @@ -235,6 +234,3 @@ int main( int argv, char **argc ) return 0; } - -// vim: set noet ts=4 sw=4: - |