summaryrefslogtreecommitdiff
path: root/salhelper/source/timer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/source/timer.cxx')
-rw-r--r--salhelper/source/timer.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index 86877d901b70..aff006c95e8b 100644
--- a/salhelper/source/timer.cxx
+++ b/salhelper/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.
@@ -483,3 +484,5 @@ void TimerManager::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: */