summaryrefslogtreecommitdiffstats
path: root/sal/osl/os2/conditn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/conditn.c')
-rw-r--r--sal/osl/os2/conditn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/os2/conditn.c b/sal/osl/os2/conditn.c
index 9ad2459fd851..1982aaab69c1 100644
--- a/sal/osl/os2/conditn.c
+++ b/sal/osl/os2/conditn.c
@@ -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.
@@ -122,3 +123,4 @@ sal_Bool SAL_CALL osl_checkCondition(oslCondition Condition)
return( DosWaitEventSem((HEV)Condition, SEM_IMMEDIATE_RETURN) == NO_ERROR);
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */