diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:13:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 16:04:46 +0100 |
commit | da5cef0ab476edf496f7591ab511d09336dd197f (patch) | |
tree | ad97ca5f38af80e9de0c925388942d5a520f1b0f /salhelper | |
parent | c9d96e6ac9985f4bf9e899d6d31937bae374c57d (diff) |
add modelines to .h and .c files as well
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/inc/salhelper/timer.hxx | 3 | ||||
-rw-r--r-- | salhelper/source/timer.cxx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/salhelper/inc/salhelper/timer.hxx b/salhelper/inc/salhelper/timer.hxx index 359e1c80f6b2..7b94b11a4f00 100644 --- a/salhelper/inc/salhelper/timer.hxx +++ b/salhelper/inc/salhelper/timer.hxx @@ -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. @@ -233,3 +234,5 @@ private: } #endif //_SALHELPER_TIMER_HXX_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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: */ |