mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
Everywhere: Run clang-format
This commit is contained in:
committed by
Linus Groh
parent
0376c127f6
commit
086969277e
@@ -28,7 +28,7 @@
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
|
||||
static void log_parse_error(const SourceLocation& location = SourceLocation::current())
|
||||
static void log_parse_error(SourceLocation const& location = SourceLocation::current())
|
||||
{
|
||||
dbgln_if(CSS_PARSER_DEBUG, "Parse error (CSS) {}", location);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user