diff options
Diffstat (limited to 'salhelper/test/rtti/rttitest.cxx')
-rw-r--r-- | salhelper/test/rtti/rttitest.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/test/rtti/rttitest.cxx b/salhelper/test/rtti/rttitest.cxx index 9f1f99aaa..5e5ea2c91 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: */ |