summaryrefslogtreecommitdiff
path: root/salhelper/test/rtti/rttitest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/test/rtti/rttitest.cxx')
-rw-r--r--salhelper/test/rtti/rttitest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/test/rtti/rttitest.cxx b/salhelper/test/rtti/rttitest.cxx
index ad03f3dc7960..a39a7e1760f8 100644
--- a/salhelper/test/rtti/rttitest.cxx
+++ b/salhelper/test/rtti/rttitest.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <rtl/ustring>
#include <stdio.h>
#include <typeinfo>
@@ -27,3 +28,5 @@ int main( int argc, char *argv[ ], char *envp[ ] )
pB->funcA();
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */