summaryrefslogtreecommitdiff
path: root/sal/osl/os2/file_error_transl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/file_error_transl.cxx')
-rw-r--r--sal/osl/os2/file_error_transl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/os2/file_error_transl.cxx b/sal/osl/os2/file_error_transl.cxx
index fd296d9dd3d2..44a801ccdf49 100644
--- a/sal/osl/os2/file_error_transl.cxx
+++ b/sal/osl/os2/file_error_transl.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.
@@ -250,3 +251,5 @@ oslFileError oslTranslateFileError(sal_Bool bIsError, int Errno)
return osl_error;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */