summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/AttributeNames.cpp
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-09-18 09:49:51 +0200
committerAndreas Kling <kling@serenityos.org>2020-09-25 21:18:17 +0200
commit08f9bc26a6b279d0f09be13d7305ad8b2f094884 (patch)
tree5091688b83f9ceabc7aeff0daa5c167460832b1f /Libraries/LibWeb/HTML/AttributeNames.cpp
parentede5dbd7b3ec1c7240d6ca2693a5ada307338b4c (diff)
downloadserenity-08f9bc26a6b279d0f09be13d7305ad8b2f094884.zip
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
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)