Skip to content

Commit 10d07fd

Browse files
committed
Tidy up.
1 parent 44b433a commit 10d07fd

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

include/boost/asio/bind_immediate_executor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// bind_immediate_executor.hpp
3-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
//
55
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
66
//

include/boost/asio/detail/io_object_impl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// io_object_impl.hpp
3-
// ~~~~~~~~~~~~~~~~~~
2+
// detail/io_object_impl.hpp
3+
// ~~~~~~~~~~~~~~~~~~~~~~~~~
44
//
55
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
66
//

include/boost/asio/detail/io_uring_socket_recvfrom_op.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// detail/io_uring_socket_recvfrom_op.hpp
3-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
//
55
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
66
//

include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// detail/win_iocp_socket_recvmsg_op.hpp
3-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
//
55
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
66
//

include/boost/asio/io_context.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,10 +643,6 @@ class io_context
643643
impl_type& impl_;
644644
};
645645

646-
namespace detail {
647-
648-
} // namespace detail
649-
650646
/// Executor implementation type used to submit functions to an io_context.
651647
template <typename Allocator, uintptr_t Bits>
652648
class io_context::basic_executor_type :

include/boost/asio/ssl/detail/verify_callback.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ssl/detail/verify_callback.hpp
3-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
//
55
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
66
//

0 commit comments

Comments
 (0)