summaryrefslogtreecommitdiffstats
path: root/vos/source/conditn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vos/source/conditn.cxx')
-rw-r--r--vos/source/conditn.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vos/source/conditn.cxx b/vos/source/conditn.cxx
index dcb184b5b1c9..45933b056048 100644
--- a/vos/source/conditn.cxx
+++ b/vos/source/conditn.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.
@@ -74,3 +75,4 @@ sal_Bool OCondition::check()
return osl_checkCondition(m_Condition);
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */