diff options
Diffstat (limited to 'configmgr/source/lock.hxx')
-rw-r--r-- | configmgr/source/lock.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/lock.hxx b/configmgr/source/lock.hxx index b541f48fbe77..8b3c7b487cad 100644 --- a/configmgr/source/lock.hxx +++ b/configmgr/source/lock.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. @@ -39,3 +40,5 @@ extern osl::Mutex lock; } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |