mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
Fix indentation.
This commit is contained in:
parent
c8b7b7ee9e
commit
c871be9380
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user