2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Automatic reformattings: end of line commas, no space before trailing ( or <

[SVN r20936]
This commit is contained in:
Raoul Gough
2003-11-24 14:28:32 +00:00
parent 7107628ae0
commit 3c65122e1d
25 changed files with 395 additions and 395 deletions

View File

@@ -143,7 +143,7 @@ void test_direct_proxy ()
raw_container_type raw_container (4);
{
std::auto_ptr<proxy_container_type> proxy_auto_p (
std::auto_ptr<proxy_container_type> proxy_auto_p(
new proxy_container_type (raw_container));
initial_tests (*proxy_auto_p);
@@ -168,7 +168,7 @@ void test_direct_proxy ()
{
// Check construction from iterators
proxy_container_type proxy_container (
proxy_container_type proxy_container(
raw_container.begin(), raw_container.end());
BOOST_CHECK (proxy_container.is_valid());