summaryrefslogtreecommitdiffstats
path: root/automation/source/server/svcommstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/svcommstream.cxx')
-rw-r--r--automation/source/server/svcommstream.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/automation/source/server/svcommstream.cxx b/automation/source/server/svcommstream.cxx
index 7ff77b30d242..c689f9137a3f 100644
--- a/automation/source/server/svcommstream.cxx
+++ b/automation/source/server/svcommstream.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.
@@ -46,3 +47,5 @@ comm_ULONG SvCommStream::Write( const void* pData, comm_ULONG nSize ) { return p
comm_BOOL SvCommStream::IsEof() const { return pStream->IsEof(); }
comm_ULONG SvCommStream::SeekRel( long nPos ) { return pStream->SeekRel( nPos ); }
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */