update clang-format (#666)
This commit is contained in:
parent
a7a9df3b9d
commit
f9963ed39b
13 changed files with 1068 additions and 1375 deletions
|
|
@ -31,8 +31,10 @@ int write_file(const char *path, const std::string_view &contents);
|
|||
std::uint16_t map_port(int port);
|
||||
|
||||
namespace mail {
|
||||
#define MAIL(x) \
|
||||
constexpr auto x = std::string_view { #x }
|
||||
#define MAIL(x) \
|
||||
constexpr auto x = std::string_view { \
|
||||
#x \
|
||||
}
|
||||
|
||||
extern safe::mail_t man;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue