diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 11:57:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 11:58:01 +0900 |
commit | 7caf6b77bc3ba4c9671faffdeeffec73940b0e65 (patch) | |
tree | be45decbb987cf62f85ef94a6f120c10d8a217aa /mpeglib_artsplug | |
parent | 25075081869cc0430237506426e626059697e35c (diff) | |
download | tdemultimedia-7caf6b77bc3ba4c9671faffdeeffec73940b0e65.tar.gz tdemultimedia-7caf6b77bc3ba4c9671faffdeeffec73940b0e65.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 34da0c702e28c52477c27720de0d41918b65ee33)
Diffstat (limited to 'mpeglib_artsplug')
-rw-r--r-- | mpeglib_artsplug/mpeglibartsplay.cpp | 1 | ||||
-rw-r--r-- | mpeglib_artsplug/splayPlayObject_impl.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/mpeglib_artsplug/mpeglibartsplay.cpp b/mpeglib_artsplug/mpeglibartsplay.cpp index 66b69150..627a72c3 100644 --- a/mpeglib_artsplug/mpeglibartsplay.cpp +++ b/mpeglib_artsplug/mpeglibartsplay.cpp @@ -1,4 +1,3 @@ -// vim:ts=2:sw=2:sts=2:et /** Starter for plugins. The plugins are identified by their extension diff --git a/mpeglib_artsplug/splayPlayObject_impl.cpp b/mpeglib_artsplug/splayPlayObject_impl.cpp index d29aa61a..23956a60 100644 --- a/mpeglib_artsplug/splayPlayObject_impl.cpp +++ b/mpeglib_artsplug/splayPlayObject_impl.cpp @@ -496,5 +496,3 @@ void SplayPlayObject_impl::getMoreSamples(int needLen) { } REGISTER_IMPLEMENTATION(SplayPlayObject_impl); - -// vim:ts=8:sw=2:sts=2 |