summaryrefslogtreecommitdiff
path: root/sal/osl/os2/pipeimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/pipeimpl.cxx')
-rw-r--r--sal/osl/os2/pipeimpl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/os2/pipeimpl.cxx b/sal/osl/os2/pipeimpl.cxx
index d08a370c428c..0ec2ba7f2887 100644
--- a/sal/osl/os2/pipeimpl.cxx
+++ b/sal/osl/os2/pipeimpl.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
# include "pipeimpl.h"
#ifndef _INC_MALLOC
@@ -753,3 +754,5 @@ extern "C" BOOL WINAPI CloseSimplePipe( HANDLE hPipe )
return FALSE;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */