Commit da145b07 authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent 0fc7c3a5
...@@ -78,7 +78,7 @@ public: ...@@ -78,7 +78,7 @@ public:
const char* end() const CAF_DEPRECATED_MSG("use remaining() instead"); const char* end() const CAF_DEPRECATED_MSG("use remaining() instead");
/// Returns how many bytes are still available to read. /// Returns how many bytes are still available to read.
size_t remaining() const noexcept{ size_t remaining() const noexcept {
return static_cast<size_t>(end_ - current_); return static_cast<size_t>(end_ - current_);
} }
......
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
namespace caf { namespace caf {
// clang-format off
// -- 1 param templates -------------------------------------------------------- // -- 1 param templates --------------------------------------------------------
template <class> class behavior_type_of; template <class> class behavior_type_of;
...@@ -74,6 +76,8 @@ template <class...> class typed_response_promise; ...@@ -74,6 +76,8 @@ template <class...> class typed_response_promise;
// //
template <class, class...> class output_stream; template <class, class...> class output_stream;
// clang-format on
// -- classes ------------------------------------------------------------------ // -- classes ------------------------------------------------------------------
class abstract_actor; class abstract_actor;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment