diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-14 09:45:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-14 09:45:47 +0000 |
commit | 33fb06798b723ad520e628cf5f4183cbcacd7df5 (patch) | |
tree | 5ced1703be91eeb28e05a425f9faec3157e43f0d /tools | |
parent | 3e51d28d6e0a79c07303e1e70daeef4d4433829e (diff) |
add mode lines to new files
Diffstat (limited to 'tools')
-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: */ |