summaryrefslogtreecommitdiff
path: root/io/test/stm/marktest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/marktest.cxx')
-rw-r--r--io/test/stm/marktest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/io/test/stm/marktest.cxx b/io/test/stm/marktest.cxx
index 46ab1c864647..ecd3ad30366b 100644
--- a/io/test/stm/marktest.cxx
+++ b/io/test/stm/marktest.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.
@@ -675,3 +676,5 @@ OUString OMarkableInputStreamTest_getImplementationName() throw ()
{
return OUString( RTL_CONSTASCII_USTRINGPARAM("test.com.sun.star.extensions.stm.MarkableInputStream" ));
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */