summaryrefslogtreecommitdiff
path: root/tools/os2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/os2')
-rw-r--r--tools/os2/inc/dll.hxx3
-rw-r--r--tools/os2/source/dll/toolsdll.cxx2
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/os2/inc/dll.hxx b/tools/os2/inc/dll.hxx
index 81a87a03ece7..bb71da856943 100644
--- a/tools/os2/inc/dll.hxx
+++ b/tools/os2/inc/dll.hxx
@@ -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.
@@ -37,3 +38,5 @@ int IsMultiThread();
inline void ImpDeInitOS2Tools() {}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/os2/source/dll/toolsdll.cxx b/tools/os2/source/dll/toolsdll.cxx
index c4d2d6fedd80..346e01faf46d 100644
--- a/tools/os2/source/dll/toolsdll.cxx
+++ b/tools/os2/source/dll/toolsdll.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.
@@ -42,3 +43,4 @@ void** GetAppData( USHORT nSharedLib )
// =======================================================================
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */