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:57:34 +0900 |
commit | 34da0c702e28c52477c27720de0d41918b65ee33 (patch) | |
tree | 7dd1ab5aefad259bb0ee75a92a30462ed776ff81 /krec/krecexport_template.cpp | |
parent | 219a69a602052a7f513d7832676166557a1817a2 (diff) | |
download | tdemultimedia-34da0c702e28c52477c27720de0d41918b65ee33.tar.gz tdemultimedia-34da0c702e28c52477c27720de0d41918b65ee33.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krec/krecexport_template.cpp')
-rw-r--r-- | krec/krecexport_template.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/krec/krecexport_template.cpp b/krec/krecexport_template.cpp index cfd5388c..05a19d2b 100644 --- a/krec/krecexport_template.cpp +++ b/krec/krecexport_template.cpp @@ -85,5 +85,3 @@ void KRecExportItem::write32( char* array, TQ_INT32 value, int index ) { array[ index + 2 ] = ( value >> 16 ) & 0xff; array[ index + 3 ] = ( value >> 24 ) & 0xff; } - -// vim:sw=4:ts=4 |