diff options
Diffstat (limited to 'configmgr/source/lock.cxx')
-rw-r--r-- | configmgr/source/lock.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/lock.cxx b/configmgr/source/lock.cxx index dc7f26a34e73..4894ab260a26 100644 --- a/configmgr/source/lock.cxx +++ b/configmgr/source/lock.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. @@ -37,3 +38,5 @@ namespace configmgr { osl::Mutex lock; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |