Skip to content

Commit ec61272

Browse files
committed
Remove stray parentheses
1 parent e97dc53 commit ec61272

34 files changed

+34
-34
lines changed

test/array_access_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#define BOOST_ENABLE_ASSERT_HANDLER
66

test/array_access_test_cx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#include <boost/array.hpp>
66
#include <boost/config.hpp>

test/array_access_test_cx2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#include <boost/array.hpp>
66
#include <boost/config.hpp>

test/array_assign_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#define BOOST_ALLOW_DEPRECATED_SYMBOLS
66

test/array_assign_test_cx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#include <boost/array.hpp>
66
#include <boost/config.hpp>

test/array_c_array_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#define BOOST_ALLOW_DEPRECATED_SYMBOLS
66

test/array_convert_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#include <boost/array.hpp>
66
#include <boost/core/lightweight_test.hpp>

test/array_copy_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#include <boost/array.hpp>
66
#include <boost/core/lightweight_test.hpp>

test/array_copy_test_cx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#include <boost/array.hpp>
66
#include <boost/config.hpp>

test/array_data_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2025 Peter Dimov
22
// Distributed under the Boost Software License, Version 1.0.
3-
// https://www.boost.org/LICENSE_1_0.txt)
3+
// https://www.boost.org/LICENSE_1_0.txt
44

55
#include <boost/array.hpp>
66
#include <boost/core/lightweight_test.hpp>

0 commit comments

Comments
 (0)