summaryrefslogtreecommitdiff
path: root/sal/osl/os2/file_url.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/file_url.cxx')
-rw-r--r--sal/osl/os2/file_url.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/os2/file_url.cxx b/sal/osl/os2/file_url.cxx
index b270c6332fb4..a44f66d8b3c3 100644
--- a/sal/osl/os2/file_url.cxx
+++ b/sal/osl/os2/file_url.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.
@@ -1608,3 +1609,5 @@ oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileUR
return osl_error;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */