Remove visual noise from o3tl

Change-Id: I15bd49dfa24b5eb260d442f15947788b41d000d1
Reviewed-on: https://gerrit.libreoffice.org/8284
Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
Tested-by: Thorsten Behrens <thb@documentfoundation.org>
This commit is contained in:
Alexander Wilms 2014-02-25 19:21:23 +01:00 committed by Thorsten Behrens
parent 02a46f9394
commit 13ae603366
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ class heap_ptr_test : public CppUnit::TestFixture
CPPUNIT_TEST_SUITE_END();
}; // class heap_ptr_test
// -----------------------------------------------------------------------------
CPPUNIT_TEST_SUITE_REGISTRATION(heap_ptr_test);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -83,7 +83,7 @@ public:
CPPUNIT_TEST_SUITE_END();
};
// -----------------------------------------------------------------------------
CPPUNIT_TEST_SUITE_REGISTRATION(vector_pool_test);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */