summaryrefslogtreecommitdiff
path: root/sal/osl/w32/pipeimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/pipeimpl.cxx')
-rw-r--r--sal/osl/w32/pipeimpl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/w32/pipeimpl.cxx b/sal/osl/w32/pipeimpl.cxx
index 1d492115e8c5..ad661fb5744d 100644
--- a/sal/osl/w32/pipeimpl.cxx
+++ b/sal/osl/w32/pipeimpl.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.
@@ -783,3 +784,5 @@ extern "C" BOOL WINAPI CloseSimplePipe( HANDLE hPipe )
return FALSE;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */