mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -12,7 +12,7 @@ namespace Kernel {
|
|||
|
||||
struct KernelSymbol {
|
||||
FlatPtr address;
|
||||
const char* name;
|
||||
char const* name;
|
||||
};
|
||||
|
||||
enum class PrintToScreen {
|
||||
|
@ -21,7 +21,7 @@ enum class PrintToScreen {
|
|||
};
|
||||
|
||||
FlatPtr address_for_kernel_symbol(StringView name);
|
||||
const KernelSymbol* symbolicate_kernel_address(FlatPtr);
|
||||
KernelSymbol const* symbolicate_kernel_address(FlatPtr);
|
||||
void load_kernel_symbol_table();
|
||||
|
||||
extern bool g_kernel_symbols_available;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue