summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testhelper.cxx')
-rw-r--r--cppuhelper/test/testhelper.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppuhelper/test/testhelper.cxx b/cppuhelper/test/testhelper.cxx
index a50d78aed18a..623585299c76 100644
--- a/cppuhelper/test/testhelper.cxx
+++ b/cppuhelper/test/testhelper.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.
@@ -102,3 +103,5 @@ SAL_IMPLEMENT_MAIN()
printf( "Test finished\n" );
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */