summaryrefslogtreecommitdiffstats
path: root/pics
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 19:31:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 19:31:06 +0900
commitbd4fbb0edbbb8e68fdef43a2f04911142fa9d6eb (patch)
treeae14037f11ce9972d30fd650ed15ed3441af3b40 /pics
parenta32f4ab8cd916e1f38231bd43dc46ca642a0a563 (diff)
downloadtwin-style-crystal-bd4fbb0edbbb8e68fdef43a2f04911142fa9d6eb.tar.gz
twin-style-crystal-bd4fbb0edbbb8e68fdef43a2f04911142fa9d6eb.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'pics')
-rw-r--r--pics/embedtool.cpp4
1 files changed, 0 insertions, 4 deletions
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:
-