summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/AttributeNames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/AttributeNames.cpp')
-rw-r--r--Libraries/LibWeb/HTML/AttributeNames.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Libraries/LibWeb/HTML/AttributeNames.cpp b/Libraries/LibWeb/HTML/AttributeNames.cpp
index 8fcdd7d944..575b92e789 100644
--- a/Libraries/LibWeb/HTML/AttributeNames.cpp
+++ b/Libraries/LibWeb/HTML/AttributeNames.cpp
@@ -34,7 +34,10 @@ namespace AttributeNames {
ENUMERATE_HTML_ATTRIBUTES
#undef __ENUMERATE_HTML_ATTRIBUTE
+ // clang-format off
+// FIXME: clang-format gets confused here. Why?
[[gnu::constructor]] static void initialize()
+// clang-format off
{
static bool s_initialized = false;
if (s_initialized)