changed the indenting

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2002-08-11 02:09:35 +00:00
parent ab95d761d8
commit ec3ff25fee
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ BMPTranslatorTest::Suite()
CppUnit::TestSuite *suite = new CppUnit::TestSuite();
typedef CppUnit::TestCaller<BMPTranslatorTest> TC;
suite->addTest( new TC("BMPTranslator DummyTest1", &BMPTranslatorTest::DummyTest) );
suite->addTest(
new TC("BMPTranslator DummyTest1",
&BMPTranslatorTest::DummyTest));
return suite;
}