diff options
-rw-r--r-- | tools/qa/test_strings.cxx | 3 | ||||
-rw-r--r-- | tools/qa/urlobj/tools_urlobj_test.cxx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/qa/test_strings.cxx b/tools/qa/test_strings.cxx index b7060f333ae1..90a2ce8b6c95 100644 --- a/tools/qa/test_strings.cxx +++ b/tools/qa/test_strings.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> #include <cppunit/plugin/TestPlugIn.h> @@ -86,3 +87,5 @@ void test::unistring::Compare::testCompareToNumeric() } CPPUNIT_TEST_SUITE_REGISTRATION(test::unistring::Compare); + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/qa/urlobj/tools_urlobj_test.cxx b/tools/qa/urlobj/tools_urlobj_test.cxx index 049f770972dd..4b476e7ad388 100644 --- a/tools/qa/urlobj/tools_urlobj_test.cxx +++ b/tools/qa/urlobj/tools_urlobj_test.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -181,3 +182,5 @@ // this macro creates an empty function, which will called by the RegisterAllFunctions() // to let the user the possibility to also register some functions by hand. NOADDITIONAL; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |