summaryrefslogtreecommitdiffstats
path: root/vos/source/timer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vos/source/timer.cxx')
-rw-r--r--vos/source/timer.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vos/source/timer.cxx b/vos/source/timer.cxx
index c84841e64a21..63ab4df6dcb7 100644
--- a/vos/source/timer.cxx
+++ b/vos/source/timer.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -499,3 +500,5 @@ void OTimerManager::run()
// process termination.
// -> TODO : rewrite this file, so that the timerManager thread gets destroyed,
// when there are no timers anymore !
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */