summaryrefslogtreecommitdiff
path: root/salhelper/test/rtti/samplelibrtti.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/test/rtti/samplelibrtti.cxx')
-rw-r--r--salhelper/test/rtti/samplelibrtti.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/test/rtti/samplelibrtti.cxx b/salhelper/test/rtti/samplelibrtti.cxx
index 151ed9ae3c0a..26b4a68e1561 100644
--- a/salhelper/test/rtti/samplelibrtti.cxx
+++ b/salhelper/test/rtti/samplelibrtti.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include "samplelibrtti.hxx"
#include <stdio.h>
@@ -37,3 +38,5 @@ void MyClassB::funcC()
void MyClassB::funcD()
{
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */