Upgrade formatting to clang-format 10 (#5895)
* Update formatting tools to clang-format-10 * Reformat using clang-format-10.0.09
This commit is contained in:
@@ -15,7 +15,7 @@ enum compression_type
|
||||
deflate_rfc1951
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace server
|
||||
} // namespace osrm
|
||||
|
||||
#endif // COMPRESSION_TYPE_HPP
|
||||
|
||||
@@ -27,8 +27,8 @@ struct header
|
||||
std::string name;
|
||||
std::string value;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace http
|
||||
} // namespace server
|
||||
} // namespace osrm
|
||||
|
||||
#endif // HEADER_HPP
|
||||
|
||||
@@ -38,8 +38,8 @@ class reply
|
||||
std::string status_to_string(reply::status_type status);
|
||||
boost::asio::const_buffer status_to_buffer(reply::status_type status);
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace http
|
||||
} // namespace server
|
||||
} // namespace osrm
|
||||
|
||||
#endif // REPLY_HPP
|
||||
|
||||
@@ -20,8 +20,8 @@ struct request
|
||||
std::string connection;
|
||||
boost::asio::ip::address endpoint;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace http
|
||||
} // namespace server
|
||||
} // namespace osrm
|
||||
|
||||
#endif // REQUEST_HPP
|
||||
|
||||
Reference in New Issue
Block a user