From c5f8f940f043f4cd91426c532412a7486d418b12 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 31 Jan 2024 13:24:49 -0500 Subject: [PATCH] LibWeb: Convert some tabs to spaces in an HTMLFormElement comment block --- Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp index 08caea2597..71d1f815af 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp +++ b/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp @@ -214,14 +214,14 @@ WebIDL::ExceptionOr HTMLFormElement::submit_form(JS::NonnullGCPtr