summaryrefslogtreecommitdiffstats
path: root/vos/source/mutex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vos/source/mutex.cxx')
-rw-r--r--vos/source/mutex.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vos/source/mutex.cxx b/vos/source/mutex.cxx
index f0cda0c554e9..55eb313903c4 100644
--- a/vos/source/mutex.cxx
+++ b/vos/source/mutex.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.
@@ -70,3 +71,4 @@ void OMutex::release()
osl_releaseMutex(m_Impl);
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */