summaryrefslogtreecommitdiff
path: root/sal/osl/os2/tempfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/tempfile.c')
-rw-r--r--sal/osl/os2/tempfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/os2/tempfile.c b/sal/osl/os2/tempfile.c
index 2bb0ca74cef6..bf4512b9341c 100644
--- a/sal/osl/os2/tempfile.c
+++ b/sal/osl/os2/tempfile.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.
@@ -358,3 +359,5 @@ oslFileError SAL_CALL osl_createTempFile(
return osl_error;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */