summaryrefslogtreecommitdiff
path: root/salhelper/source/condition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/source/condition.cxx')
-rw-r--r--salhelper/source/condition.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/source/condition.cxx b/salhelper/source/condition.cxx
index 87f0c2e50509..42e0676fbb96 100644
--- a/salhelper/source/condition.cxx
+++ b/salhelper/source/condition.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.
@@ -140,3 +141,5 @@ ConditionWaiter::~ConditionWaiter()
osl_resetCondition(m_aCond.m_aCondition);
m_aCond.m_aMutex.release();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */