Skip to content

Commit

Permalink
Tidy up.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Apr 3, 2024
1 parent e286dce commit 6d7ab80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion asio/include/asio/bind_immediate_executor.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// bind_immediate_executor.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Expand Down
4 changes: 2 additions & 2 deletions asio/include/asio/detail/io_object_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// io_object_impl.hpp
// ~~~~~~~~~~~~~~~~~~
// detail/io_object_impl.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Expand Down
2 changes: 1 addition & 1 deletion asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// detail/io_uring_socket_recvfrom_op.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Expand Down
2 changes: 1 addition & 1 deletion asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// detail/win_iocp_socket_recvmsg_op.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Expand Down
4 changes: 0 additions & 4 deletions asio/include/asio/io_context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,6 @@ class io_context
impl_type& impl_;
};

namespace detail {

} // namespace detail

/// Executor implementation type used to submit functions to an io_context.
template <typename Allocator, uintptr_t Bits>
class io_context::basic_executor_type :
Expand Down
2 changes: 1 addition & 1 deletion asio/include/asio/ssl/detail/verify_callback.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ssl/detail/verify_callback.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
Expand Down

0 comments on commit 6d7ab80

Please sign in to comment.