mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
Fix indentation.
This commit is contained in:
@@ -180,7 +180,7 @@ CppUnit::Test* HTTPCookieTest::suite()
|
||||
CppUnit_addTest(pSuite, HTTPCookieTest, testCookie);
|
||||
CppUnit_addTest(pSuite, HTTPCookieTest, testEscape);
|
||||
CppUnit_addTest(pSuite, HTTPCookieTest, testUnescape);
|
||||
CppUnit_addTest(pSuite, HTTPCookieTest, testExpiry);
|
||||
CppUnit_addTest(pSuite, HTTPCookieTest, testExpiry);
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
void testCookie();
|
||||
void testEscape();
|
||||
void testUnescape();
|
||||
void testExpiry();
|
||||
void testExpiry();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user