mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27: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
|
@ -33,11 +33,11 @@ private:
|
|||
};
|
||||
|
||||
static void value_to_html(Value, StringBuilder& output_html, HashTable<Object*> seen_objects = {});
|
||||
static void array_to_html(const Array&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void object_to_html(const Object&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void function_to_html(const Object&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void date_to_html(const Object&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void error_to_html(const Object&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void array_to_html(Array const&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void object_to_html(Object const&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void function_to_html(Object const&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void date_to_html(Object const&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
static void error_to_html(Object const&, StringBuilder& output_html, HashTable<Object*>&);
|
||||
|
||||
static String style_from_style_type(StyleType);
|
||||
static StyleType style_type_for_token(Token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue