refactor: run clang linter and formatter
This commit is contained in:
parent
7668befc06
commit
2dd2b9e087
27 changed files with 189 additions and 157 deletions
|
|
@ -2,11 +2,10 @@
|
|||
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
namespace thespian::unx {
|
||||
|
||||
enum class mode { file, abstract };
|
||||
enum class mode : uint8_t { file, abstract };
|
||||
|
||||
struct acceptor_impl;
|
||||
using acceptor_dtor = void (*)(acceptor_impl *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue