diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-29 12:03:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-05 09:18:16 +0000 |
commit | 1702bab54f7801d04937270e00d63f710366ab68 (patch) | |
tree | 14cec893fb47d373091e9be760e782971908e7d6 /basic/qa | |
parent | b7859cdc9bfc90878a6d17136920370ef6426372 (diff) |
add mode-lines to some new files
Diffstat (limited to 'basic/qa')
-rw-r--r-- | basic/qa/cppunit/test_scanner.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_scanner.cxx b/basic/qa/cppunit/test_scanner.cxx index 99422ad61001..3d34feb120f0 100644 --- a/basic/qa/cppunit/test_scanner.cxx +++ b/basic/qa/cppunit/test_scanner.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include "sal/config.h" #include "sal/precppunit.hxx" @@ -736,3 +737,5 @@ namespace CPPUNIT_TEST_SUITE_REGISTRATION(ScannerTest); } // namespace CPPUNIT_PLUGIN_IMPLEMENT(); + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |