mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -28,8 +28,8 @@ struct __Dl_info;
|
|||
typedef struct __Dl_info Dl_info;
|
||||
|
||||
typedef Result<void, DlErrorMessage> (*DlCloseFunction)(void*);
|
||||
typedef Result<void*, DlErrorMessage> (*DlOpenFunction)(const char*, int);
|
||||
typedef Result<void*, DlErrorMessage> (*DlSymFunction)(void*, const char*);
|
||||
typedef Result<void*, DlErrorMessage> (*DlOpenFunction)(char const*, int);
|
||||
typedef Result<void*, DlErrorMessage> (*DlSymFunction)(void*, char const*);
|
||||
typedef Result<void, DlErrorMessage> (*DlAddrFunction)(void*, Dl_info*);
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue