Commit c9822a54 authored by Dominik Charousset's avatar Dominik Charousset

Coding style: remove tabs

parent 3ed5bf7c
......@@ -60,8 +60,8 @@ class actor_ostream {
inline typename std::enable_if<
!std::is_convertible<T, std::string>::value, actor_ostream&
>::type operator<<(T&& arg) {
using std::to_string;
return write(to_string(std::forward<T>(arg)));
using std::to_string;
return write(to_string(std::forward<T>(arg)));
}
inline actor_ostream& operator<<(actor_ostream::fun_type f) {
......
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